Html Css Color HEX #AC970E Lucky

📋 copy color: '#AC970E'

red 172 ◦ green 151 ◦ blue 14

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

Shades of Lucky #AC970E

Tints of Lucky #AC970E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.15%

R = 51.04%
G = 44.81%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC970E (or 0xAC970E) is known color: Lucky. HEX triplet: AC, 97 and 0E. RGB value is (172,151,14). Sum of RGB (Red+Green+Blue) = 172+151+14=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC970E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC970E is #5368F1. Grayscale: #8E8E8E. Windows color (decimal): -5466354 or 956332. OLE color: 956332.

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

Color convert

RGB 172 151 14 -
CMYK 0 0.12 0.92 0.33
HSL 52.03º 0.85% 0.36% -
HSV(B) 52.03º 0.92% 0.67% -
XYZ 28.16 30.94 4.9 -
YUV 141.66 55.96 149.64 -
System Red Green Blue C M Y K H S L
Decimal 172 151 14 0 0.12 0.92 0.33 52.03 0.85 0.36
Hex AC 97 E 0 C 5C 21 34 55 24
Octal 254 227 16 0 14 134 41 64 125 44
Binary 10101100 10010111 1110 0 1100 1011100 100001 110100 1010101 100100

Color Harmonies of #AC970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC970E

Black with #AC970E

Text Example


Text Example

White with #AC970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC970E; }

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

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

background-color css

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

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

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

border-color css

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

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

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