Html Css Color HEX #A69913 Lucky

📋 copy color: '#A69913'

red 166 ◦ green 153 ◦ blue 19

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

Shades of Lucky #A69913

Tints of Lucky #A69913

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.27%

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

R = 49.11%
G = 45.27%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A69913 (or 0xA69913) is known color: Lucky. HEX triplet: A6, 99 and 13. RGB value is (166,153,19). Sum of RGB (Red+Green+Blue) = 166+153+19=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A69913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69913 is #5966EC. Grayscale: #8E8E8E. Windows color (decimal): -5859053 or 1284518. OLE color: 1284518.

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

Color convert

RGB 166 153 19 -
CMYK 0 0.08 0.89 0.35
HSL 54.69º 0.79% 0.36% -
HSV(B) 54.69º 0.89% 0.65% -
XYZ 27.23 30.94 5.15 -
YUV 141.61 58.81 145.4 -
System Red Green Blue C M Y K H S L
Decimal 166 153 19 0 0.08 0.89 0.35 54.69 0.79 0.36
Hex A6 99 13 0 8 59 23 37 4F 24
Octal 246 231 23 0 10 131 43 67 117 44
Binary 10100110 10011001 10011 0 1000 1011001 100011 110111 1001111 100100

Color Harmonies of #A69913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69913

Black with #A69913

Text Example


Text Example

White with #A69913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69913; }

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

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

background-color css

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

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

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

border-color css

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

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

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