Html Css Color HEX #A89313 Lucky

📋 copy color: '#A89313'

red 168 ◦ green 147 ◦ blue 19

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

Shades of Lucky #A89313

Tints of Lucky #A89313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.69%

R = 50.3%
G = 44.01%
B = 5.69%

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

#A89313 (or 0xA89313) is known color: Lucky. HEX triplet: A8, 93 and 13. RGB value is (168,147,19). Sum of RGB (Red+Green+Blue) = 168+147+19=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A89313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89313 is #576CEC. Grayscale: #8B8B8B. Windows color (decimal): -5729517 or 1282984. OLE color: 1282984.

HSL color Cylindrical-coordinate representation of color #A89313: hue angle of 51.54º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A89313 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 147 19 -
CMYK 0 0.13 0.89 0.34
HSL 51.54º 0.8% 0.37% -
HSV(B) 51.54º 0.89% 0.66% -
XYZ 26.7 29.24 4.85 -
YUV 138.69 60.46 148.91 -
System Red Green Blue C M Y K H S L
Decimal 168 147 19 0 0.13 0.89 0.34 51.54 0.8 0.37
Hex A8 93 13 0 D 59 22 34 50 25
Octal 250 223 23 0 15 131 42 64 120 45
Binary 10101000 10010011 10011 0 1101 1011001 100010 110100 1010000 100101

Color Harmonies of #A89313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89313

Black with #A89313

Text Example


Text Example

White with #A89313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89313; }

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

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

background-color css

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

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

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

border-color css

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

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

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