Html Css Color HEX #A69015 Lucky

📋 copy color: '#A69015'

red 166 ◦ green 144 ◦ blue 21

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

Shades of Lucky #A69015

Tints of Lucky #A69015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.34%

R = 50.15%
G = 43.5%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A69015 (or 0xA69015) is known color: Lucky. HEX triplet: A6, 90 and 15. RGB value is (166,144,21). Sum of RGB (Red+Green+Blue) = 166+144+21=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A69015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69015 is #596FEA. Grayscale: #898989. Windows color (decimal): -5861355 or 1413286. OLE color: 1413286.

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

Color convert

RGB 166 144 21 -
CMYK 0 0.13 0.87 0.35
HSL 50.9º 0.78% 0.37% -
HSV(B) 50.9º 0.87% 0.65% -
XYZ 25.83 28.11 4.77 -
YUV 136.56 62.79 149 -
System Red Green Blue C M Y K H S L
Decimal 166 144 21 0 0.13 0.87 0.35 50.9 0.78 0.37
Hex A6 90 15 0 D 57 23 33 4E 25
Octal 246 220 25 0 15 127 43 63 116 45
Binary 10100110 10010000 10101 0 1101 1010111 100011 110011 1001110 100101

Color Harmonies of #A69015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69015

Black with #A69015

Text Example


Text Example

White with #A69015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69015; }

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

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

background-color css

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

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

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

border-color css

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

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

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