Html Css Color HEX #A69714 Lucky

📋 copy color: '#A69714'

red 166 ◦ green 151 ◦ blue 20

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

Shades of Lucky #A69714

Tints of Lucky #A69714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.93%

R = 49.26%
G = 44.81%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A69714 (or 0xA69714) is known color: Lucky. HEX triplet: A6, 97 and 14. RGB value is (166,151,20). Sum of RGB (Red+Green+Blue) = 166+151+20=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A69714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69714 is #5968EB. Grayscale: #8D8D8D. Windows color (decimal): -5859564 or 1349542. OLE color: 1349542.

HSL color Cylindrical-coordinate representation of color #A69714: hue angle of 53.84º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A69714 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 151 20 -
CMYK 0 0.09 0.88 0.35
HSL 53.84º 0.78% 0.36% -
HSV(B) 53.84º 0.88% 0.65% -
XYZ 26.92 30.29 5.09 -
YUV 140.55 59.97 146.15 -
System Red Green Blue C M Y K H S L
Decimal 166 151 20 0 0.09 0.88 0.35 53.84 0.78 0.36
Hex A6 97 14 0 9 58 23 36 4E 24
Octal 246 227 24 0 11 130 43 66 116 44
Binary 10100110 10010111 10100 0 1001 1011000 100011 110110 1001110 100100

Color Harmonies of #A69714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69714

Black with #A69714

Text Example


Text Example

White with #A69714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69714; }

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

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

background-color css

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

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

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

border-color css

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

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

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