Html Css Color HEX #A49008 Lucky

📋 copy color: '#A49008'

red 164 ◦ green 144 ◦ blue 8

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

Shades of Lucky #A49008

Tints of Lucky #A49008

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.57%

 BLUE value IS 8 (3.52% from 255) = 2.53%

R = 51.9%
G = 45.57%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A49008 (or 0xA49008) is known color: Lucky. HEX triplet: A4, 90 and 08. RGB value is (164,144,8). Sum of RGB (Red+Green+Blue) = 164+144+8=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A49008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49008 is #5B6FF7. Grayscale: #878787. Windows color (decimal): -5992440 or 561316. OLE color: 561316.

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

Color convert

RGB 164 144 8 -
CMYK 0 0.12 0.95 0.36
HSL 52.31º 0.91% 0.34% -
HSV(B) 52.31º 0.95% 0.64% -
XYZ 25.33 27.86 4.27 -
YUV 134.48 56.63 149.06 -
System Red Green Blue C M Y K H S L
Decimal 164 144 8 0 0.12 0.95 0.36 52.31 0.91 0.34
Hex A4 90 8 0 C 5F 24 34 5B 22
Octal 244 220 10 0 14 137 44 64 133 42
Binary 10100100 10010000 1000 0 1100 1011111 100100 110100 1011011 100010

Color Harmonies of #A49008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49008

Black with #A49008

Text Example


Text Example

White with #A49008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49008; }

 p { color: rgb(164,144,8); }

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

background-color css

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

 a { background-color: rgb(164,144,8); }

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

border-color css

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

 span { border-color: rgb(164,144,8); }

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