Html Css Color HEX #A6970C Lucky

📋 copy color: '#A6970C'

red 166 ◦ green 151 ◦ blue 12

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

Shades of Lucky #A6970C

Tints of Lucky #A6970C

RGB

 RED value IS 166 (65.23% from 255) = 50.46%

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

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

R = 50.46%
G = 45.9%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6970C (or 0xA6970C) is known color: Lucky. HEX triplet: A6, 97 and 0C. RGB value is (166,151,12). Sum of RGB (Red+Green+Blue) = 166+151+12=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6970C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6970C is #5968F3. Grayscale: #8C8C8C. Windows color (decimal): -5859572 or 825254. OLE color: 825254.

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

Color convert

RGB 166 151 12 -
CMYK 0 0.09 0.93 0.35
HSL 54.16º 0.87% 0.35% -
HSV(B) 54.16º 0.93% 0.65% -
XYZ 26.86 30.27 4.77 -
YUV 139.64 55.97 146.8 -
System Red Green Blue C M Y K H S L
Decimal 166 151 12 0 0.09 0.93 0.35 54.16 0.87 0.35
Hex A6 97 C 0 9 5D 23 36 57 23
Octal 246 227 14 0 11 135 43 66 127 43
Binary 10100110 10010111 1100 0 1001 1011101 100011 110110 1010111 100011

Color Harmonies of #A6970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6970C

Black with #A6970C

Text Example


Text Example

White with #A6970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6970C; }

 p { color: rgb(166,151,12); }

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

background-color css

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

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

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

border-color css

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

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

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