Html Css Color HEX #A4972A Lucky

📋 copy color: '#A4972A'

red 164 ◦ green 151 ◦ blue 42

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

Shades of Lucky #A4972A

Tints of Lucky #A4972A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.76%

R = 45.94%
G = 42.3%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4972A (or 0xA4972A) is known color: Lucky. HEX triplet: A4, 97 and 2A. RGB value is (164,151,42). Sum of RGB (Red+Green+Blue) = 164+151+42=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A4972A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4972A is #5B68D5. Grayscale: #8E8E8E. Windows color (decimal): -5990614 or 2791332. OLE color: 2791332.

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

Color convert

RGB 164 151 42 -
CMYK 0 0.08 0.74 0.36
HSL 53.61º 0.59% 0.4% -
HSV(B) 53.61º 0.74% 0.64% -
XYZ 26.79 30.19 6.61 -
YUV 142.46 71.31 143.36 -
System Red Green Blue C M Y K H S L
Decimal 164 151 42 0 0.08 0.74 0.36 53.61 0.59 0.4
Hex A4 97 2A 0 8 4A 24 36 3B 28
Octal 244 227 52 0 10 112 44 66 73 50
Binary 10100100 10010111 101010 0 1000 1001010 100100 110110 111011 101000

Color Harmonies of #A4972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4972A

Black with #A4972A

Text Example


Text Example

White with #A4972A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4972A; }

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

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

background-color css

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

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

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

border-color css

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

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

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