#ACAE09

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

Shades of Citrus #ACAE09

Tints of Citrus #ACAE09

Color information

#ACAE09 (or 0xACAE09) is unknown color: approx Citrus. HEX triplet: AC, AE and 09. RGB value is (172,174,9). Sum of RGB (Red+Green+Blue) = 172+174+9=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 174 (68.36% from 255 or 49.01% from 355); Blue value is 9 (3.91% from 255 or 2.54% from 355); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAE09 is #5351F6. Grayscale: #9B9B9B. Windows color (decimal): -5460471 or 634540. OLE color: 634540.

HSL color Cylindrical-coordinate representation of color #ACAE09: hue angle of 60.73º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACAE09 is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB1721749-
CMYK0.0100.950.32
HSL60.73º90.16%35.88%-
HSV(B)60.73º94.83%68.24%-
XYZ32.239.066.1-
YUV154.5945.84140.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.45%
GREEN value IS 174 (68.36% from 255) = 49.01%
BLUE value IS 9 (3.91% from 255) = 2.54%
R=48.45%
G=49.01%
B=2.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17217490.0100.950.3260.7390.1635.88
HexACAE9105F203d5a24
Octal2542561110137407513244
Binary101011001010111010011010111111000001111011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE09; }

 p { color: rgb(172,174,9); }

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

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

 a { background-color: rgb(172,174,9); }

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

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

 span { border-color: rgb(172,174,9); }

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