Html Css Color HEX #A69410 Lucky

📋 copy color: '#A69410'

red 166 ◦ green 148 ◦ blue 16

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

Shades of Lucky #A69410

Tints of Lucky #A69410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.85%

 BLUE value IS 16 (6.64% from 255) = 4.85%

R = 50.3%
G = 44.85%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A69410 (or 0xA69410) is known color: Lucky. HEX triplet: A6, 94 and 10. RGB value is (166,148,16). Sum of RGB (Red+Green+Blue) = 166+148+16=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A69410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69410 is #596BEF. Grayscale: #8A8A8A. Windows color (decimal): -5860336 or 1086630. OLE color: 1086630.

HSL color Cylindrical-coordinate representation of color #A69410: hue angle of 52.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A69410 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 148 16 -
CMYK 0 0.11 0.90 0.35
HSL 52.8º 0.82% 0.36% -
HSV(B) 52.8º 0.9% 0.65% -
XYZ 26.41 29.32 4.76 -
YUV 138.33 58.96 147.73 -
System Red Green Blue C M Y K H S L
Decimal 166 148 16 0 0.11 0.90 0.35 52.8 0.82 0.36
Hex A6 94 10 0 B 5A 23 35 52 24
Octal 246 224 20 0 13 132 43 65 122 44
Binary 10100110 10010100 10000 0 1011 1011010 100011 110101 1010010 100100

Color Harmonies of #A69410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69410

Black with #A69410

Text Example


Text Example

White with #A69410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69410; }

 p { color: rgb(166,148,16); }

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

background-color css

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

 a { background-color: rgb(166,148,16); }

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

border-color css

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

 span { border-color: rgb(166,148,16); }

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