#ACA902

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

Shades of Citrus #ACA902

Tints of Citrus #ACA902

Color information

#ACA902 (or 0xACA902) is unknown color: approx Citrus. HEX triplet: AC, A9 and 02. RGB value is (172,169,2). Sum of RGB (Red+Green+Blue) = 172+169+2=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 169 (66.41% from 255 or 49.27% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA902 is #5356FD. Grayscale: #979797. Windows color (decimal): -5461758 or 174508. OLE color: 174508.

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

Color convert

RGB1721692-
CMYK00.020.990.33
HSL58.94º97.7%34.12%-
HSV(B)58.94º98.84%67.45%-
XYZ31.2137.155.58-
YUV150.8643.99143.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.15%
GREEN value IS 169 (66.41% from 255) = 49.27%
BLUE value IS 2 (1.17% from 255) = 0.58%
R=50.15%
G=49.27%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172169200.020.990.3358.9497.734.12
HexACA920263213b6222
Octal254251202143417314242
Binary10101100101010011001011000111000011110111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA902; }

 p { color: rgb(172,169,2); }

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

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

 a { background-color: rgb(172,169,2); }

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

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

 span { border-color: rgb(172,169,2); }

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