Html Css Color HEX #A4970E Lucky

📋 copy color: '#A4970E'

red 164 ◦ green 151 ◦ blue 14

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

Shades of Lucky #A4970E

Tints of Lucky #A4970E

RGB

 RED value IS 164 (64.45% from 255) = 49.85%

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

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

R = 49.85%
G = 45.9%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4970E (or 0xA4970E) is known color: Lucky. HEX triplet: A4, 97 and 0E. RGB value is (164,151,14). Sum of RGB (Red+Green+Blue) = 164+151+14=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A4970E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4970E is #5B68F1. Grayscale: #8B8B8B. Windows color (decimal): -5990642 or 956324. OLE color: 956324.

HSL color Cylindrical-coordinate representation of color #A4970E: hue angle of 54.8º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4970E is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 151 14 -
CMYK 0 0.08 0.91 0.36
HSL 54.8º 0.84% 0.35% -
HSV(B) 54.8º 0.91% 0.64% -
XYZ 26.46 30.06 4.82 -
YUV 139.27 57.31 145.64 -
System Red Green Blue C M Y K H S L
Decimal 164 151 14 0 0.08 0.91 0.36 54.8 0.84 0.35
Hex A4 97 E 0 8 5B 24 37 54 23
Octal 244 227 16 0 10 133 44 67 124 43
Binary 10100100 10010111 1110 0 1000 1011011 100100 110111 1010100 100011

Color Harmonies of #A4970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4970E

Black with #A4970E

Text Example


Text Example

White with #A4970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4970E; }

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

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

background-color css

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

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

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

border-color css

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

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

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