Html Css Color HEX #A89312 Lucky

📋 copy color: '#A89312'

red 168 ◦ green 147 ◦ blue 18

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

Shades of Lucky #A89312

Tints of Lucky #A89312

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.14%

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

R = 50.45%
G = 44.14%
B = 5.41%

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

#A89312 (or 0xA89312) is known color: Lucky. HEX triplet: A8, 93 and 12. RGB value is (168,147,18). Sum of RGB (Red+Green+Blue) = 168+147+18=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A89312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89312 is #576CED. Grayscale: #8B8B8B. Windows color (decimal): -5729518 or 1217448. OLE color: 1217448.

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

Color convert

RGB 168 147 18 -
CMYK 0 0.13 0.89 0.34
HSL 51.6º 0.81% 0.36% -
HSV(B) 51.6º 0.89% 0.66% -
XYZ 26.69 29.24 4.81 -
YUV 138.57 59.96 148.99 -
System Red Green Blue C M Y K H S L
Decimal 168 147 18 0 0.13 0.89 0.34 51.6 0.81 0.36
Hex A8 93 12 0 D 59 22 34 51 24
Octal 250 223 22 0 15 131 42 64 121 44
Binary 10101000 10010011 10010 0 1101 1011001 100010 110100 1010001 100100

Color Harmonies of #A89312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89312

Black with #A89312

Text Example


Text Example

White with #A89312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89312; }

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

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

background-color css

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

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

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

border-color css

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

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

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