Html Css Color HEX #A49A08 Lucky

📋 copy color: '#A49A08'

red 164 ◦ green 154 ◦ blue 8

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

Shades of Lucky #A49A08

Tints of Lucky #A49A08

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.24%

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

R = 50.31%
G = 47.24%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A49A08 (or 0xA49A08) is known color: Lucky. HEX triplet: A4, 9A and 08. RGB value is (164,154,8). Sum of RGB (Red+Green+Blue) = 164+154+8=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49A08 is #5B65F7. Grayscale: #8C8C8C. Windows color (decimal): -5989880 or 563876. OLE color: 563876.

HSL color Cylindrical-coordinate representation of color #A49A08: hue angle of 56.15º 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 #A49A08 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 154 8 -
CMYK 0 0.06 0.95 0.36
HSL 56.15º 0.91% 0.34% -
HSV(B) 56.15º 0.95% 0.64% -
XYZ 26.91 31.02 4.8 -
YUV 140.35 53.31 144.87 -
System Red Green Blue C M Y K H S L
Decimal 164 154 8 0 0.06 0.95 0.36 56.15 0.91 0.34
Hex A4 9A 8 0 6 5F 24 38 5B 22
Octal 244 232 10 0 6 137 44 70 133 42
Binary 10100100 10011010 1000 0 110 1011111 100100 111000 1011011 100010

Color Harmonies of #A49A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49A08

Black with #A49A08

Text Example


Text Example

White with #A49A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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