Html Css Color HEX #A4971C Lucky

📋 copy color: '#A4971C'

red 164 ◦ green 151 ◦ blue 28

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

Shades of Lucky #A4971C

Tints of Lucky #A4971C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.16%

R = 47.81%
G = 44.02%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A4971C (or 0xA4971C) is known color: Lucky. HEX triplet: A4, 97 and 1C. RGB value is (164,151,28). Sum of RGB (Red+Green+Blue) = 164+151+28=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A4971C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4971C is #5B68E3. Grayscale: #8D8D8D. Windows color (decimal): -5990628 or 1873828. OLE color: 1873828.

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

Color convert

RGB 164 151 28 -
CMYK 0 0.08 0.83 0.36
HSL 54.26º 0.71% 0.38% -
HSV(B) 54.26º 0.83% 0.64% -
XYZ 26.59 30.11 5.51 -
YUV 140.87 64.31 144.5 -
System Red Green Blue C M Y K H S L
Decimal 164 151 28 0 0.08 0.83 0.36 54.26 0.71 0.38
Hex A4 97 1C 0 8 53 24 36 47 26
Octal 244 227 34 0 10 123 44 66 107 46
Binary 10100100 10010111 11100 0 1000 1010011 100100 110110 1000111 100110

Color Harmonies of #A4971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4971C

Black with #A4971C

Text Example


Text Example

White with #A4971C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4971C; }

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

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

background-color css

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

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

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

border-color css

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

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

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