Html Css Color HEX #ACAA0D Citrus

📋 copy color: '#ACAA0D'

red 172 ◦ green 170 ◦ blue 13

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

Shades of Citrus #ACAA0D

Tints of Citrus #ACAA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.66%

R = 48.45%
G = 47.89%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#ACAA0D (or 0xACAA0D) is known color: Citrus. HEX triplet: AC, AA and 0D. RGB value is (172,170,13). Sum of RGB (Red+Green+Blue) = 172+170+13=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAA0D is #5355F2. Grayscale: #999999. Windows color (decimal): -5461491 or 895660. OLE color: 895660.

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

Color convert

RGB 172 170 13 -
CMYK 0 0.01 0.92 0.33
HSL 59.25º 0.86% 0.36% -
HSV(B) 59.25º 0.92% 0.67% -
XYZ 31.46 37.55 5.97 -
YUV 152.7 49.16 141.77 -
System Red Green Blue C M Y K H S L
Decimal 172 170 13 0 0.01 0.92 0.33 59.25 0.86 0.36
Hex AC AA D 0 1 5C 21 3B 56 24
Octal 254 252 15 0 1 134 41 73 126 44
Binary 10101100 10101010 1101 0 1 1011100 100001 111011 1010110 100100

Color Harmonies of #ACAA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA0D

Black with #ACAA0D

Text Example


Text Example

White with #ACAA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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