Html Css Color HEX #A8970C Lucky

📋 copy color: '#A8970C'

red 168 ◦ green 151 ◦ blue 12

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

Shades of Lucky #A8970C

Tints of Lucky #A8970C

RGB

 RED value IS 168 (66.02% from 255) = 50.76%

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

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

R = 50.76%
G = 45.62%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8970C (or 0xA8970C) is known color: Lucky. HEX triplet: A8, 97 and 0C. RGB value is (168,151,12). Sum of RGB (Red+Green+Blue) = 168+151+12=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8970C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8970C is #5768F3. Grayscale: #8C8C8C. Windows color (decimal): -5728500 or 825256. OLE color: 825256.

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

Color convert

RGB 168 151 12 -
CMYK 0 0.10 0.93 0.34
HSL 53.46º 0.87% 0.35% -
HSV(B) 53.46º 0.93% 0.66% -
XYZ 27.28 30.48 4.79 -
YUV 140.24 55.63 147.8 -
System Red Green Blue C M Y K H S L
Decimal 168 151 12 0 0.10 0.93 0.34 53.46 0.87 0.35
Hex A8 97 C 0 A 5D 22 35 57 23
Octal 250 227 14 0 12 135 42 65 127 43
Binary 10101000 10010111 1100 0 1010 1011101 100010 110101 1010111 100011

Color Harmonies of #A8970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8970C

Black with #A8970C

Text Example


Text Example

White with #A8970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8970C; }

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

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

background-color css

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

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

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

border-color css

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

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

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