Html Css Color HEX #ACAC11 Citrus

📋 copy color: '#ACAC11'

red 172 ◦ green 172 ◦ blue 17

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

Shades of Citrus #ACAC11

Tints of Citrus #ACAC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.71%

R = 47.65%
G = 47.65%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#ACAC11 (or 0xACAC11) is known color: Citrus. HEX triplet: AC, AC and 11. RGB value is (172,172,17). Sum of RGB (Red+Green+Blue) = 172+172+17=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAC11 is #5353EE. Grayscale: #9A9A9A. Windows color (decimal): -5460975 or 1158316. OLE color: 1158316.

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

Color convert

RGB 172 172 17 -
CMYK 0 0 0.90 0.33
HSL 60º 0.82% 0.37% -
HSV(B) 60º 0.9% 0.67% -
XYZ 31.87 38.32 6.25 -
YUV 154.33 50.5 140.6 -
System Red Green Blue C M Y K H S L
Decimal 172 172 17 0 0 0.90 0.33 60 0.82 0.37
Hex AC AC 11 0 0 5A 21 3C 52 25
Octal 254 254 21 0 0 132 41 74 122 45
Binary 10101100 10101100 10001 0 0 1011010 100001 111100 1010010 100101

Color Harmonies of #ACAC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC11

Black with #ACAC11

Text Example


Text Example

White with #ACAC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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