Html Css Color HEX #A89714 Lucky

📋 copy color: '#A89714'

red 168 ◦ green 151 ◦ blue 20

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

Shades of Lucky #A89714

Tints of Lucky #A89714

RGB

 RED value IS 168 (66.02% from 255) = 49.56%

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

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

R = 49.56%
G = 44.54%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A89714 (or 0xA89714) is known color: Lucky. HEX triplet: A8, 97 and 14. RGB value is (168,151,20). Sum of RGB (Red+Green+Blue) = 168+151+20=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A89714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89714 is #5768EB. Grayscale: #8D8D8D. Windows color (decimal): -5728492 or 1349544. OLE color: 1349544.

HSL color Cylindrical-coordinate representation of color #A89714: hue angle of 53.11º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A89714 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 151 20 -
CMYK 0 0.10 0.88 0.34
HSL 53.11º 0.79% 0.37% -
HSV(B) 53.11º 0.88% 0.66% -
XYZ 27.34 30.51 5.11 -
YUV 141.15 59.63 147.15 -
System Red Green Blue C M Y K H S L
Decimal 168 151 20 0 0.10 0.88 0.34 53.11 0.79 0.37
Hex A8 97 14 0 A 58 22 35 4F 25
Octal 250 227 24 0 12 130 42 65 117 45
Binary 10101000 10010111 10100 0 1010 1011000 100010 110101 1001111 100101

Color Harmonies of #A89714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89714

Black with #A89714

Text Example


Text Example

White with #A89714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89714; }

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

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

background-color css

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

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

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

border-color css

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

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

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