Html Css Color HEX #ACAC12 Citrus

📋 copy color: '#ACAC12'

red 172 ◦ green 172 ◦ blue 18

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

Shades of Citrus #ACAC12

Tints of Citrus #ACAC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.97%

R = 47.51%
G = 47.51%
B = 4.97%

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

#ACAC12 (or 0xACAC12) is known color: Citrus. HEX triplet: AC, AC and 12. RGB value is (172,172,18). Sum of RGB (Red+Green+Blue) = 172+172+18=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAC12 is #5353ED. Grayscale: #9B9B9B. Windows color (decimal): -5460974 or 1223852. OLE color: 1223852.

HSL color Cylindrical-coordinate representation of color #ACAC12: hue angle of 60º degrees, saturation: 0.81, 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 #ACAC12 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 172 18 -
CMYK 0 0 0.90 0.33
HSL 60º 0.81% 0.37% -
HSV(B) 60º 0.9% 0.67% -
XYZ 31.87 38.32 6.29 -
YUV 154.44 51 140.52 -
System Red Green Blue C M Y K H S L
Decimal 172 172 18 0 0 0.90 0.33 60 0.81 0.37
Hex AC AC 12 0 0 5A 21 3C 51 25
Octal 254 254 22 0 0 132 41 74 121 45
Binary 10101100 10101100 10010 0 0 1011010 100001 111100 1010001 100101

Color Harmonies of #ACAC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC12

Black with #ACAC12

Text Example


Text Example

White with #ACAC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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