Html Css Color HEX #A69511 Lucky

📋 copy color: '#A69511'

red 166 ◦ green 149 ◦ blue 17

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

Shades of Lucky #A69511

Tints of Lucky #A69511

RGB

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

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

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

R = 50%
G = 44.88%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A69511 (or 0xA69511) is known color: Lucky. HEX triplet: A6, 95 and 11. RGB value is (166,149,17). Sum of RGB (Red+Green+Blue) = 166+149+17=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A69511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69511 is #596AEE. Grayscale: #8B8B8B. Windows color (decimal): -5860079 or 1152422. OLE color: 1152422.

HSL color Cylindrical-coordinate representation of color #A69511: hue angle of 53.15º 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 #A69511 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 149 17 -
CMYK 0 0.10 0.90 0.35
HSL 53.15º 0.81% 0.36% -
HSV(B) 53.15º 0.9% 0.65% -
XYZ 26.57 29.64 4.85 -
YUV 139.04 59.13 147.23 -
System Red Green Blue C M Y K H S L
Decimal 166 149 17 0 0.10 0.90 0.35 53.15 0.81 0.36
Hex A6 95 11 0 A 5A 23 35 51 24
Octal 246 225 21 0 12 132 43 65 121 44
Binary 10100110 10010101 10001 0 1010 1011010 100011 110101 1010001 100100

Color Harmonies of #A69511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69511

Black with #A69511

Text Example


Text Example

White with #A69511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69511; }

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

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

background-color css

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

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

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

border-color css

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

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

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