Html Css Color HEX #A69211 Lucky

📋 copy color: '#A69211'

red 166 ◦ green 146 ◦ blue 17

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

Shades of Lucky #A69211

Tints of Lucky #A69211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.38%

 BLUE value IS 17 (7.03% from 255) = 5.17%

R = 50.46%
G = 44.38%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A69211 (or 0xA69211) is known color: Lucky. HEX triplet: A6, 92 and 11. RGB value is (166,146,17). Sum of RGB (Red+Green+Blue) = 166+146+17=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A69211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69211 is #596DEE. Grayscale: #898989. Windows color (decimal): -5860847 or 1151654. OLE color: 1151654.

HSL color Cylindrical-coordinate representation of color #A69211: hue angle of 51.95º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A69211 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 146 17 -
CMYK 0 0.12 0.90 0.35
HSL 51.95º 0.81% 0.36% -
HSV(B) 51.95º 0.9% 0.65% -
XYZ 26.11 28.71 4.7 -
YUV 137.27 60.13 148.49 -
System Red Green Blue C M Y K H S L
Decimal 166 146 17 0 0.12 0.90 0.35 51.95 0.81 0.36
Hex A6 92 11 0 C 5A 23 34 51 24
Octal 246 222 21 0 14 132 43 64 121 44
Binary 10100110 10010010 10001 0 1100 1011010 100011 110100 1010001 100100

Color Harmonies of #A69211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69211

Black with #A69211

Text Example


Text Example

White with #A69211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69211; }

 p { color: rgb(166,146,17); }

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

background-color css

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

 a { background-color: rgb(166,146,17); }

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

border-color css

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

 span { border-color: rgb(166,146,17); }

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