Html Css Color HEX #A49706 Lucky

📋 copy color: '#A49706'

red 164 ◦ green 151 ◦ blue 6

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

Shades of Lucky #A49706

Tints of Lucky #A49706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.87%

R = 51.09%
G = 47.04%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A49706 (or 0xA49706) is known color: Lucky. HEX triplet: A4, 97 and 06. RGB value is (164,151,6). Sum of RGB (Red+Green+Blue) = 164+151+6=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A49706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49706 is #5B68F9. Grayscale: #8A8A8A. Windows color (decimal): -5990650 or 432036. OLE color: 432036.

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

Color convert

RGB 164 151 6 -
CMYK 0 0.08 0.96 0.36
HSL 55.06º 0.93% 0.33% -
HSV(B) 55.06º 0.96% 0.64% -
XYZ 26.41 30.04 4.58 -
YUV 138.36 53.31 146.29 -
System Red Green Blue C M Y K H S L
Decimal 164 151 6 0 0.08 0.96 0.36 55.06 0.93 0.33
Hex A4 97 6 0 8 60 24 37 5D 21
Octal 244 227 6 0 10 140 44 67 135 41
Binary 10100100 10010111 110 0 1000 1100000 100100 110111 1011101 100001

Color Harmonies of #A49706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49706

Black with #A49706

Text Example


Text Example

White with #A49706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49706; }

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

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

background-color css

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

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

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

border-color css

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

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

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