Html Css Color HEX #A69504 Lucky

📋 copy color: '#A69504'

red 166 ◦ green 149 ◦ blue 4

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

Shades of Lucky #A69504

Tints of Lucky #A69504

RGB

 RED value IS 166 (65.23% from 255) = 52.04%

 GREEN value IS 149 (58.59% from 255) = 46.71%

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 52.04%
G = 46.71%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A69504 (or 0xA69504) is known color: Lucky. HEX triplet: A6, 95 and 04. RGB value is (166,149,4). Sum of RGB (Red+Green+Blue) = 166+149+4=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A69504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69504 is #596AFB. Grayscale: #8A8A8A. Windows color (decimal): -5860092 or 300454. OLE color: 300454.

HSL color Cylindrical-coordinate representation of color #A69504: hue angle of 53.7º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A69504 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 149 4 -
CMYK 0 0.10 0.98 0.35
HSL 53.7º 0.95% 0.33% -
HSV(B) 53.7º 0.98% 0.65% -
XYZ 26.5 29.61 4.43 -
YUV 137.55 52.63 148.29 -
System Red Green Blue C M Y K H S L
Decimal 166 149 4 0 0.10 0.98 0.35 53.7 0.95 0.33
Hex A6 95 4 0 A 62 23 36 5F 21
Octal 246 225 4 0 12 142 43 66 137 41
Binary 10100110 10010101 100 0 1010 1100010 100011 110110 1011111 100001

Color Harmonies of #A69504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69504

Black with #A69504

Text Example


Text Example

White with #A69504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69504; }

 p { color: rgb(166,149,4); }

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

background-color css

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

 a { background-color: rgb(166,149,4); }

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

border-color css

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

 span { border-color: rgb(166,149,4); }

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