Html Css Color HEX #ACAA09 Citrus

📋 copy color: '#ACAA09'

red 172 ◦ green 170 ◦ blue 9

#ACAA09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #ACAA09

Tints of Citrus #ACAA09

RGB

 RED value IS 172 (67.58% from 255) = 49%

 GREEN value IS 170 (66.8% from 255) = 48.43%

 BLUE value IS 9 (3.91% from 255) = 2.56%

R = 49%
G = 48.43%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#ACAA09 (or 0xACAA09) is known color: Citrus. HEX triplet: AC, AA and 09. RGB value is (172,170,9). Sum of RGB (Red+Green+Blue) = 172+170+9=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 9 (3.91% from 255 or 2.56% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAA09 is #5355F6. Grayscale: #989898. Windows color (decimal): -5461495 or 633516. OLE color: 633516.

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

Color convert

RGB 172 170 9 -
CMYK 0 0.01 0.95 0.33
HSL 59.26º 0.9% 0.35% -
HSV(B) 59.26º 0.95% 0.67% -
XYZ 31.44 37.54 5.85 -
YUV 152.24 47.16 142.09 -
System Red Green Blue C M Y K H S L
Decimal 172 170 9 0 0.01 0.95 0.33 59.26 0.9 0.35
Hex AC AA 9 0 1 5F 21 3B 5A 23
Octal 254 252 11 0 1 137 41 73 132 43
Binary 10101100 10101010 1001 0 1 1011111 100001 111011 1011010 100011

Color Harmonies of #ACAA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA09

Black with #ACAA09

Text Example


Text Example

White with #ACAA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA09; }

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

 H1.HeaderClassName
 {
   color: #ACAA09;
 }
 .AnyTagClassName
 {
   color: #ACAA09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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