Html Css Color HEX #ACAC06 Citrus

📋 copy color: '#ACAC06'

red 172 ◦ green 172 ◦ blue 6

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

Shades of Citrus #ACAC06

Tints of Citrus #ACAC06

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.14%

 BLUE value IS 6 (2.73% from 255) = 1.71%

R = 49.14%
G = 49.14%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#ACAC06 (or 0xACAC06) is known color: Citrus. HEX triplet: AC, AC and 06. RGB value is (172,172,6). Sum of RGB (Red+Green+Blue) = 172+172+6=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 6 (2.73% from 255 or 1.71% from 350); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAC06 is #5353F9. Grayscale: #999999. Windows color (decimal): -5460986 or 437420. OLE color: 437420.

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

Color convert

RGB 172 172 6 -
CMYK 0 0 0.97 0.33
HSL 60º 0.93% 0.35% -
HSV(B) 60º 0.97% 0.67% -
XYZ 31.8 38.29 5.89 -
YUV 153.08 45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 172 172 6 0 0 0.97 0.33 60 0.93 0.35
Hex AC AC 6 0 0 61 21 3C 5D 23
Octal 254 254 6 0 0 141 41 74 135 43
Binary 10101100 10101100 110 0 0 1100001 100001 111100 1011101 100011

Color Harmonies of #ACAC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC06

Black with #ACAC06

Text Example


Text Example

White with #ACAC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC06; }

 p { color: rgb(172,172,6); }

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

background-color css

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

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

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

border-color css

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

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

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