Html Css Color HEX #AC970A Lucky

📋 copy color: '#AC970A'

red 172 ◦ green 151 ◦ blue 10

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

Shades of Lucky #AC970A

Tints of Lucky #AC970A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.35%

 BLUE value IS 10 (4.3% from 255) = 3%

R = 51.65%
G = 45.35%
B = 3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC970A (or 0xAC970A) is known color: Lucky. HEX triplet: AC, 97 and 0A. RGB value is (172,151,10). Sum of RGB (Red+Green+Blue) = 172+151+10=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC970A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC970A is #5368F5. Grayscale: #8D8D8D. Windows color (decimal): -5466358 or 694188. OLE color: 694188.

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

Color convert

RGB 172 151 10 -
CMYK 0 0.12 0.94 0.33
HSL 52.22º 0.89% 0.36% -
HSV(B) 52.22º 0.94% 0.67% -
XYZ 28.13 30.93 4.77 -
YUV 141.21 53.96 149.96 -
System Red Green Blue C M Y K H S L
Decimal 172 151 10 0 0.12 0.94 0.33 52.22 0.89 0.36
Hex AC 97 A 0 C 5E 21 34 59 24
Octal 254 227 12 0 14 136 41 64 131 44
Binary 10101100 10010111 1010 0 1100 1011110 100001 110100 1011001 100100

Color Harmonies of #AC970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC970A

Black with #AC970A

Text Example


Text Example

White with #AC970A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC970A; }

 p { color: rgb(172,151,10); }

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

background-color css

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

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

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

border-color css

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

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

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