Html Css Color HEX #A69013 Lucky

📋 copy color: '#A69013'

red 166 ◦ green 144 ◦ blue 19

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

Shades of Lucky #A69013

Tints of Lucky #A69013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.78%

R = 50.46%
G = 43.77%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A69013 (or 0xA69013) is known color: Lucky. HEX triplet: A6, 90 and 13. RGB value is (166,144,19). Sum of RGB (Red+Green+Blue) = 166+144+19=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A69013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69013 is #596FEC. Grayscale: #888888. Windows color (decimal): -5861357 or 1282214. OLE color: 1282214.

HSL color Cylindrical-coordinate representation of color #A69013: hue angle of 51.02º degrees, saturation: 0.79, 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 #A69013 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 144 19 -
CMYK 0 0.13 0.89 0.35
HSL 51.02º 0.79% 0.36% -
HSV(B) 51.02º 0.89% 0.65% -
XYZ 25.82 28.1 4.68 -
YUV 136.33 61.79 149.16 -
System Red Green Blue C M Y K H S L
Decimal 166 144 19 0 0.13 0.89 0.35 51.02 0.79 0.36
Hex A6 90 13 0 D 59 23 33 4F 24
Octal 246 220 23 0 15 131 43 63 117 44
Binary 10100110 10010000 10011 0 1101 1011001 100011 110011 1001111 100100

Color Harmonies of #A69013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69013

Black with #A69013

Text Example


Text Example

White with #A69013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69013; }

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

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

background-color css

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

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

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

border-color css

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

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

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