Html Css Color HEX #A09714 Lucky

📋 copy color: '#A09714'

red 160 ◦ green 151 ◦ blue 20

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

Shades of Lucky #A09714

Tints of Lucky #A09714

RGB

 RED value IS 160 (62.89% from 255) = 48.34%

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

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

R = 48.34%
G = 45.62%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A09714 (or 0xA09714) is known color: Lucky. HEX triplet: A0, 97 and 14. RGB value is (160,151,20). Sum of RGB (Red+Green+Blue) = 160+151+20=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A09714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09714 is #5F68EB. Grayscale: #8B8B8B. Windows color (decimal): -6252780 or 1349536. OLE color: 1349536.

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

Color convert

RGB 160 151 20 -
CMYK 0 0.06 0.88 0.37
HSL 56.14º 0.78% 0.35% -
HSV(B) 56.14º 0.88% 0.63% -
XYZ 25.69 29.66 5.03 -
YUV 138.76 60.98 143.15 -
System Red Green Blue C M Y K H S L
Decimal 160 151 20 0 0.06 0.88 0.37 56.14 0.78 0.35
Hex A0 97 14 0 6 58 25 38 4E 23
Octal 240 227 24 0 6 130 45 70 116 43
Binary 10100000 10010111 10100 0 110 1011000 100101 111000 1001110 100011

Color Harmonies of #A09714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09714

Black with #A09714

Text Example


Text Example

White with #A09714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09714; }

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

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

background-color css

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

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

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

border-color css

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

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

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