Html Css Color HEX #A69512 Lucky

📋 copy color: '#A69512'

red 166 ◦ green 149 ◦ blue 18

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

Shades of Lucky #A69512

Tints of Lucky #A69512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.41%

R = 49.85%
G = 44.74%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A69512 (or 0xA69512) is known color: Lucky. HEX triplet: A6, 95 and 12. RGB value is (166,149,18). Sum of RGB (Red+Green+Blue) = 166+149+18=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A69512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69512 is #596AED. Grayscale: #8B8B8B. Windows color (decimal): -5860078 or 1217958. OLE color: 1217958.

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

Color convert

RGB 166 149 18 -
CMYK 0 0.10 0.89 0.35
HSL 53.11º 0.8% 0.36% -
HSV(B) 53.11º 0.89% 0.65% -
XYZ 26.58 29.65 4.89 -
YUV 139.15 59.63 147.15 -
System Red Green Blue C M Y K H S L
Decimal 166 149 18 0 0.10 0.89 0.35 53.11 0.8 0.36
Hex A6 95 12 0 A 59 23 35 50 24
Octal 246 225 22 0 12 131 43 65 120 44
Binary 10100110 10010101 10010 0 1010 1011001 100011 110101 1010000 100100

Color Harmonies of #A69512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69512

Black with #A69512

Text Example


Text Example

White with #A69512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69512; }

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

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

background-color css

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

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

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

border-color css

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

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

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