#ACA803

Color #ACA803 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #ACA803

Tints of Citrus #ACA803

Color information

#ACA803 (or 0xACA803) is unknown color: approx Citrus. HEX triplet: AC, A8 and 03. RGB value is (172,168,3). Sum of RGB (Red+Green+Blue) = 172+168+3=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 168 (66.02% from 255 or 48.98% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA803 is #5357FC. Grayscale: #979797. Windows color (decimal): -5462013 or 239788. OLE color: 239788.

HSL color Cylindrical-coordinate representation of color #ACA803: hue angle of 58.58º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACA803 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB1721683-
CMYK00.020.980.33
HSL58.58º96.57%34.31%-
HSV(B)58.58º98.26%67.45%-
XYZ31.0336.785.55-
YUV150.3944.83143.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 50.15%
GREEN value IS 168 (66.02% from 255) = 48.98%
BLUE value IS 3 (1.56% from 255) = 0.87%
R=50.15%
G=48.98%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172168300.020.980.3358.5896.5734.31
HexACA830262213b6122
Octal254250302142417314142
Binary10101100101010001101011000101000011110111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA803; }

 p { color: rgb(172,168,3); }

 H1.HeaderClassName
 {
   color: #ACA803;
 }
 .AnyTagClassName
 {
   color: #ACA803;
 }
</style>
background-color css

<style>
 a { background-color: #ACA803; }

 a { background-color: rgb(172,168,3); }

 div.DivClassName
 {
   background-color: #ACA803;
 }
 .BgClassName
 {
   background-color: #ACA803;
 }
</style>
border-color css

<style>
 span { border-color: #ACA803; }

 span { border-color: rgb(172,168,3); }

 td.TdClassName
 {
   border-color: #ACA803;
 }
 .TagClassName
 {
   border-color: #ACA803;
 }
</style>