Html Css Color HEX #A89712 Lucky

📋 copy color: '#A89712'

red 168 ◦ green 151 ◦ blue 18

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

Shades of Lucky #A89712

Tints of Lucky #A89712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.34%

R = 49.85%
G = 44.81%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A89712 (or 0xA89712) is known color: Lucky. HEX triplet: A8, 97 and 12. RGB value is (168,151,18). Sum of RGB (Red+Green+Blue) = 168+151+18=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A89712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89712 is #5768ED. Grayscale: #8D8D8D. Windows color (decimal): -5728494 or 1218472. OLE color: 1218472.

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

Color convert

RGB 168 151 18 -
CMYK 0 0.10 0.89 0.34
HSL 53.2º 0.81% 0.36% -
HSV(B) 53.2º 0.89% 0.66% -
XYZ 27.32 30.5 5.02 -
YUV 140.92 58.63 147.31 -
System Red Green Blue C M Y K H S L
Decimal 168 151 18 0 0.10 0.89 0.34 53.2 0.81 0.36
Hex A8 97 12 0 A 59 22 35 51 24
Octal 250 227 22 0 12 131 42 65 121 44
Binary 10101000 10010111 10010 0 1010 1011001 100010 110101 1010001 100100

Color Harmonies of #A89712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89712

Black with #A89712

Text Example


Text Example

White with #A89712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89712; }

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

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

background-color css

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

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

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

border-color css

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

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

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