Html Css Color HEX #A89012 Lucky

📋 copy color: '#A89012'

red 168 ◦ green 144 ◦ blue 18

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

Shades of Lucky #A89012

Tints of Lucky #A89012

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.64%

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

R = 50.91%
G = 43.64%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A89012 (or 0xA89012) is known color: Lucky. HEX triplet: A8, 90 and 12. RGB value is (168,144,18). Sum of RGB (Red+Green+Blue) = 168+144+18=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A89012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89012 is #576FED. Grayscale: #898989. Windows color (decimal): -5730286 or 1216680. OLE color: 1216680.

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

Color convert

RGB 168 144 18 -
CMYK 0 0.14 0.89 0.34
HSL 50.4º 0.81% 0.36% -
HSV(B) 50.4º 0.89% 0.66% -
XYZ 26.23 28.32 4.66 -
YUV 136.81 60.95 150.25 -
System Red Green Blue C M Y K H S L
Decimal 168 144 18 0 0.14 0.89 0.34 50.4 0.81 0.36
Hex A8 90 12 0 E 59 22 32 51 24
Octal 250 220 22 0 16 131 42 62 121 44
Binary 10101000 10010000 10010 0 1110 1011001 100010 110010 1010001 100100

Color Harmonies of #A89012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89012

Black with #A89012

Text Example


Text Example

White with #A89012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89012; }

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

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

background-color css

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

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

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

border-color css

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

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

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