Html Css Color HEX #A89212 Lucky

📋 copy color: '#A89212'

red 168 ◦ green 146 ◦ blue 18

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

Shades of Lucky #A89212

Tints of Lucky #A89212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.98%

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

R = 50.6%
G = 43.98%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A89212 (or 0xA89212) is known color: Lucky. HEX triplet: A8, 92 and 12. RGB value is (168,146,18). Sum of RGB (Red+Green+Blue) = 168+146+18=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A89212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89212 is #576DED. Grayscale: #8A8A8A. Windows color (decimal): -5729774 or 1217192. OLE color: 1217192.

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

Color convert

RGB 168 146 18 -
CMYK 0 0.13 0.89 0.34
HSL 51.2º 0.81% 0.36% -
HSV(B) 51.2º 0.89% 0.66% -
XYZ 26.54 28.93 4.76 -
YUV 137.99 60.29 149.41 -
System Red Green Blue C M Y K H S L
Decimal 168 146 18 0 0.13 0.89 0.34 51.2 0.81 0.36
Hex A8 92 12 0 D 59 22 33 51 24
Octal 250 222 22 0 15 131 42 63 121 44
Binary 10101000 10010010 10010 0 1101 1011001 100010 110011 1010001 100100

Color Harmonies of #A89212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89212

Black with #A89212

Text Example


Text Example

White with #A89212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89212; }

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

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

background-color css

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

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

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

border-color css

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

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

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