Html Css Color HEX #A89812 Lucky

📋 copy color: '#A89812'

red 168 ◦ green 152 ◦ blue 18

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

Shades of Lucky #A89812

Tints of Lucky #A89812

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.97%

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

R = 49.7%
G = 44.97%
B = 5.33%

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

#A89812 (or 0xA89812) is known color: Lucky. HEX triplet: A8, 98 and 12. RGB value is (168,152,18). Sum of RGB (Red+Green+Blue) = 168+152+18=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A89812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89812 is #5767ED. Grayscale: #8E8E8E. Windows color (decimal): -5728238 or 1218728. OLE color: 1218728.

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

Color convert

RGB 168 152 18 -
CMYK 0 0.10 0.89 0.34
HSL 53.6º 0.81% 0.36% -
HSV(B) 53.6º 0.89% 0.66% -
XYZ 27.49 30.82 5.07 -
YUV 141.51 58.3 146.9 -
System Red Green Blue C M Y K H S L
Decimal 168 152 18 0 0.10 0.89 0.34 53.6 0.81 0.36
Hex A8 98 12 0 A 59 22 36 51 24
Octal 250 230 22 0 12 131 42 66 121 44
Binary 10101000 10011000 10010 0 1010 1011001 100010 110110 1010001 100100

Color Harmonies of #A89812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89812

Black with #A89812

Text Example


Text Example

White with #A89812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89812; }

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

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

background-color css

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

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

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

border-color css

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

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

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