Html Css Color HEX #ACAA03 Citrus

📋 copy color: '#ACAA03'

red 172 ◦ green 170 ◦ blue 3

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

Shades of Citrus #ACAA03

Tints of Citrus #ACAA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 49.86%
G = 49.28%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#ACAA03 (or 0xACAA03) is known color: Citrus. HEX triplet: AC, AA and 03. RGB value is (172,170,3). Sum of RGB (Red+Green+Blue) = 172+170+3=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAA03 is #5355FC. Grayscale: #989898. Windows color (decimal): -5461501 or 240300. OLE color: 240300.

HSL color Cylindrical-coordinate representation of color #ACAA03: hue angle of 59.29º 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 #ACAA03 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 170 3 -
CMYK 0 0.01 0.98 0.33
HSL 59.29º 0.97% 0.34% -
HSV(B) 59.29º 0.98% 0.67% -
XYZ 31.4 37.53 5.67 -
YUV 151.56 44.16 142.58 -
System Red Green Blue C M Y K H S L
Decimal 172 170 3 0 0.01 0.98 0.33 59.29 0.97 0.34
Hex AC AA 3 0 1 62 21 3B 61 22
Octal 254 252 3 0 1 142 41 73 141 42
Binary 10101100 10101010 11 0 1 1100010 100001 111011 1100001 100010

Color Harmonies of #ACAA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA03

Black with #ACAA03

Text Example


Text Example

White with #ACAA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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