Html Css Color HEX #ACAA0B Citrus

📋 copy color: '#ACAA0B'

red 172 ◦ green 170 ◦ blue 11

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

Shades of Citrus #ACAA0B

Tints of Citrus #ACAA0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.12%

R = 48.73%
G = 48.16%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#ACAA0B (or 0xACAA0B) is known color: Citrus. HEX triplet: AC, AA and 0B. RGB value is (172,170,11). Sum of RGB (Red+Green+Blue) = 172+170+11=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAA0B is #5355F4. Grayscale: #999999. Windows color (decimal): -5461493 or 764588. OLE color: 764588.

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

Color convert

RGB 172 170 11 -
CMYK 0 0.01 0.94 0.33
HSL 59.25º 0.88% 0.36% -
HSV(B) 59.25º 0.94% 0.67% -
XYZ 31.45 37.54 5.91 -
YUV 152.47 48.16 141.93 -
System Red Green Blue C M Y K H S L
Decimal 172 170 11 0 0.01 0.94 0.33 59.25 0.88 0.36
Hex AC AA B 0 1 5E 21 3B 58 24
Octal 254 252 13 0 1 136 41 73 130 44
Binary 10101100 10101010 1011 0 1 1011110 100001 111011 1011000 100100

Color Harmonies of #ACAA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA0B

Black with #ACAA0B

Text Example


Text Example

White with #ACAA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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