Html Css Color HEX #A89511 Lucky

📋 copy color: '#A89511'

red 168 ◦ green 149 ◦ blue 17

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

Shades of Lucky #A89511

Tints of Lucky #A89511

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.61%

 BLUE value IS 17 (7.03% from 255) = 5.09%

R = 50.3%
G = 44.61%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A89511 (or 0xA89511) is known color: Lucky. HEX triplet: A8, 95 and 11. RGB value is (168,149,17). Sum of RGB (Red+Green+Blue) = 168+149+17=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A89511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89511 is #576AEE. Grayscale: #8C8C8C. Windows color (decimal): -5729007 or 1152424. OLE color: 1152424.

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

Color convert

RGB 168 149 17 -
CMYK 0 0.11 0.90 0.34
HSL 52.45º 0.82% 0.36% -
HSV(B) 52.45º 0.9% 0.66% -
XYZ 27 29.86 4.87 -
YUV 139.63 58.79 148.23 -
System Red Green Blue C M Y K H S L
Decimal 168 149 17 0 0.11 0.90 0.34 52.45 0.82 0.36
Hex A8 95 11 0 B 5A 22 34 52 24
Octal 250 225 21 0 13 132 42 64 122 44
Binary 10101000 10010101 10001 0 1011 1011010 100010 110100 1010010 100100

Color Harmonies of #A89511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89511

Black with #A89511

Text Example


Text Example

White with #A89511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89511; }

 p { color: rgb(168,149,17); }

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

background-color css

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

 a { background-color: rgb(168,149,17); }

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

border-color css

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

 span { border-color: rgb(168,149,17); }

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