Html Css Color HEX #A69020 Lucky

📋 copy color: '#A69020'

red 166 ◦ green 144 ◦ blue 32

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

Shades of Lucky #A69020

Tints of Lucky #A69020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.36%

R = 48.54%
G = 42.11%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A69020 (or 0xA69020) is known color: Lucky. HEX triplet: A6, 90 and 20. RGB value is (166,144,32). Sum of RGB (Red+Green+Blue) = 166+144+32=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A69020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69020 is #596FDF. Grayscale: #8A8A8A. Windows color (decimal): -5861344 or 2134182. OLE color: 2134182.

HSL color Cylindrical-coordinate representation of color #A69020: hue angle of 50.15º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A69020 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 144 32 -
CMYK 0 0.13 0.81 0.35
HSL 50.15º 0.68% 0.39% -
HSV(B) 50.15º 0.81% 0.65% -
XYZ 25.96 28.16 5.43 -
YUV 137.81 68.29 148.11 -
System Red Green Blue C M Y K H S L
Decimal 166 144 32 0 0.13 0.81 0.35 50.15 0.68 0.39
Hex A6 90 20 0 D 51 23 32 44 27
Octal 246 220 40 0 15 121 43 62 104 47
Binary 10100110 10010000 100000 0 1101 1010001 100011 110010 1000100 100111

Color Harmonies of #A69020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69020

Black with #A69020

Text Example


Text Example

White with #A69020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69020; }

 p { color: rgb(166,144,32); }

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

background-color css

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

 a { background-color: rgb(166,144,32); }

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

border-color css

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

 span { border-color: rgb(166,144,32); }

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