Html Css Color HEX #A89912 Lucky

📋 copy color: '#A89912'

red 168 ◦ green 153 ◦ blue 18

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

Shades of Lucky #A89912

Tints of Lucky #A89912

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.13%

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

R = 49.56%
G = 45.13%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A89912 (or 0xA89912) is known color: Lucky. HEX triplet: A8, 99 and 12. RGB value is (168,153,18). Sum of RGB (Red+Green+Blue) = 168+153+18=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A89912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89912 is #5766ED. Grayscale: #8E8E8E. Windows color (decimal): -5727982 or 1218984. OLE color: 1218984.

HSL color Cylindrical-coordinate representation of color #A89912: hue angle of 54º 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 #A89912 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 153 18 -
CMYK 0 0.09 0.89 0.34
HSL 54º 0.81% 0.36% -
HSV(B) 54º 0.89% 0.66% -
XYZ 27.65 31.15 5.13 -
YUV 142.1 57.97 146.48 -
System Red Green Blue C M Y K H S L
Decimal 168 153 18 0 0.09 0.89 0.34 54 0.81 0.36
Hex A8 99 12 0 9 59 22 36 51 24
Octal 250 231 22 0 11 131 42 66 121 44
Binary 10101000 10011001 10010 0 1001 1011001 100010 110110 1010001 100100

Color Harmonies of #A89912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89912

Black with #A89912

Text Example


Text Example

White with #A89912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89912; }

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

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

background-color css

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

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

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

border-color css

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

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

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