Html Css Color HEX #A4972C Lucky

📋 copy color: '#A4972C'

red 164 ◦ green 151 ◦ blue 44

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

Shades of Lucky #A4972C

Tints of Lucky #A4972C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.26%

R = 45.68%
G = 42.06%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4972C (or 0xA4972C) is known color: Lucky. HEX triplet: A4, 97 and 2C. RGB value is (164,151,44). Sum of RGB (Red+Green+Blue) = 164+151+44=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4972C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4972C is #5B68D3. Grayscale: #8F8F8F. Windows color (decimal): -5990612 or 2922404. OLE color: 2922404.

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

Color convert

RGB 164 151 44 -
CMYK 0 0.08 0.73 0.36
HSL 53.5º 0.58% 0.41% -
HSV(B) 53.5º 0.73% 0.64% -
XYZ 26.83 30.21 6.8 -
YUV 142.69 72.31 143.2 -
System Red Green Blue C M Y K H S L
Decimal 164 151 44 0 0.08 0.73 0.36 53.5 0.58 0.41
Hex A4 97 2C 0 8 49 24 36 3A 29
Octal 244 227 54 0 10 111 44 66 72 51
Binary 10100100 10010111 101100 0 1000 1001001 100100 110110 111010 101001

Color Harmonies of #A4972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4972C

Black with #A4972C

Text Example


Text Example

White with #A4972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4972C; }

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

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

background-color css

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

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

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

border-color css

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

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

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