Html Css Color HEX #A69713 Lucky

📋 copy color: '#A69713'

red 166 ◦ green 151 ◦ blue 19

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

Shades of Lucky #A69713

Tints of Lucky #A69713

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.94%

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

R = 49.4%
G = 44.94%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A69713 (or 0xA69713) is known color: Lucky. HEX triplet: A6, 97 and 13. RGB value is (166,151,19). Sum of RGB (Red+Green+Blue) = 166+151+19=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A69713 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69713 is #5968EC. Grayscale: #8C8C8C. Windows color (decimal): -5859565 or 1284006. OLE color: 1284006.

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

Color convert

RGB 166 151 19 -
CMYK 0 0.09 0.89 0.35
HSL 53.88º 0.79% 0.36% -
HSV(B) 53.88º 0.89% 0.65% -
XYZ 26.91 30.29 5.04 -
YUV 140.44 59.47 146.23 -
System Red Green Blue C M Y K H S L
Decimal 166 151 19 0 0.09 0.89 0.35 53.88 0.79 0.36
Hex A6 97 13 0 9 59 23 36 4F 24
Octal 246 227 23 0 11 131 43 66 117 44
Binary 10100110 10010111 10011 0 1001 1011001 100011 110110 1001111 100100

Color Harmonies of #A69713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69713

Black with #A69713

Text Example


Text Example

White with #A69713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69713; }

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

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

background-color css

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

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

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

border-color css

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

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

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