Html Css Color HEX #A8970E Lucky

📋 copy color: '#A8970E'

red 168 ◦ green 151 ◦ blue 14

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

Shades of Lucky #A8970E

Tints of Lucky #A8970E

RGB

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

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

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

R = 50.45%
G = 45.35%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8970E (or 0xA8970E) is known color: Lucky. HEX triplet: A8, 97 and 0E. RGB value is (168,151,14). Sum of RGB (Red+Green+Blue) = 168+151+14=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A8970E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8970E is #5768F1. Grayscale: #8D8D8D. Windows color (decimal): -5728498 or 956328. OLE color: 956328.

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

Color convert

RGB 168 151 14 -
CMYK 0 0.10 0.92 0.34
HSL 53.38º 0.85% 0.36% -
HSV(B) 53.38º 0.92% 0.66% -
XYZ 27.29 30.49 4.86 -
YUV 140.47 56.63 147.64 -
System Red Green Blue C M Y K H S L
Decimal 168 151 14 0 0.10 0.92 0.34 53.38 0.85 0.36
Hex A8 97 E 0 A 5C 22 35 55 24
Octal 250 227 16 0 12 134 42 65 125 44
Binary 10101000 10010111 1110 0 1010 1011100 100010 110101 1010101 100100

Color Harmonies of #A8970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8970E

Black with #A8970E

Text Example


Text Example

White with #A8970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8970E; }

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

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

background-color css

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

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

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

border-color css

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

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

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