Html Css Color HEX #ACAC0C Citrus

📋 copy color: '#ACAC0C'

red 172 ◦ green 172 ◦ blue 12

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

Shades of Citrus #ACAC0C

Tints of Citrus #ACAC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.37%

R = 48.31%
G = 48.31%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#ACAC0C (or 0xACAC0C) is known color: Citrus. HEX triplet: AC, AC and 0C. RGB value is (172,172,12). Sum of RGB (Red+Green+Blue) = 172+172+12=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAC0C is #5353F3. Grayscale: #9A9A9A. Windows color (decimal): -5460980 or 830636. OLE color: 830636.

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

Color convert

RGB 172 172 12 -
CMYK 0 0 0.93 0.33
HSL 60º 0.87% 0.36% -
HSV(B) 60º 0.93% 0.67% -
XYZ 31.83 38.3 6.06 -
YUV 153.76 48 141.01 -
System Red Green Blue C M Y K H S L
Decimal 172 172 12 0 0 0.93 0.33 60 0.87 0.36
Hex AC AC C 0 0 5D 21 3C 57 24
Octal 254 254 14 0 0 135 41 74 127 44
Binary 10101100 10101100 1100 0 0 1011101 100001 111100 1010111 100100

Color Harmonies of #ACAC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC0C

Black with #ACAC0C

Text Example


Text Example

White with #ACAC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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