Html Css Color HEX #ACAA0F Lucky

📋 copy color: '#ACAA0F'

red 172 ◦ green 170 ◦ blue 15

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

Shades of Lucky #ACAA0F

Tints of Lucky #ACAA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.2%

R = 48.18%
G = 47.62%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#ACAA0F (or 0xACAA0F) is known color: Lucky. HEX triplet: AC, AA and 0F. RGB value is (172,170,15). Sum of RGB (Red+Green+Blue) = 172+170+15=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAA0F is #5355F0. Grayscale: #999999. Windows color (decimal): -5461489 or 1026732. OLE color: 1026732.

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

Color convert

RGB 172 170 15 -
CMYK 0 0.01 0.91 0.33
HSL 59.24º 0.84% 0.37% -
HSV(B) 59.24º 0.91% 0.67% -
XYZ 31.47 37.55 6.04 -
YUV 152.93 50.16 141.6 -
System Red Green Blue C M Y K H S L
Decimal 172 170 15 0 0.01 0.91 0.33 59.24 0.84 0.37
Hex AC AA F 0 1 5B 21 3B 54 25
Octal 254 252 17 0 1 133 41 73 124 45
Binary 10101100 10101010 1111 0 1 1011011 100001 111011 1010100 100101

Color Harmonies of #ACAA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA0F

Black with #ACAA0F

Text Example


Text Example

White with #ACAA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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