Html Css Color HEX #A69213 Lucky

📋 copy color: '#A69213'

red 166 ◦ green 146 ◦ blue 19

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

Shades of Lucky #A69213

Tints of Lucky #A69213

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.11%

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

R = 50.15%
G = 44.11%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A69213 (or 0xA69213) is known color: Lucky. HEX triplet: A6, 92 and 13. RGB value is (166,146,19). Sum of RGB (Red+Green+Blue) = 166+146+19=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A69213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69213 is #596DEC. Grayscale: #8A8A8A. Windows color (decimal): -5860845 or 1282726. OLE color: 1282726.

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

Color convert

RGB 166 146 19 -
CMYK 0 0.12 0.89 0.35
HSL 51.84º 0.79% 0.36% -
HSV(B) 51.84º 0.89% 0.65% -
XYZ 26.12 28.71 4.78 -
YUV 137.5 61.13 148.33 -
System Red Green Blue C M Y K H S L
Decimal 166 146 19 0 0.12 0.89 0.35 51.84 0.79 0.36
Hex A6 92 13 0 C 59 23 34 4F 24
Octal 246 222 23 0 14 131 43 64 117 44
Binary 10100110 10010010 10011 0 1100 1011001 100011 110100 1001111 100100

Color Harmonies of #A69213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69213

Black with #A69213

Text Example


Text Example

White with #A69213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69213; }

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

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

background-color css

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

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

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

border-color css

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

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

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