Html Css Color HEX #A89413 Lucky

📋 copy color: '#A89413'

red 168 ◦ green 148 ◦ blue 19

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

Shades of Lucky #A89413

Tints of Lucky #A89413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.18%

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

R = 50.15%
G = 44.18%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A89413 (or 0xA89413) is known color: Lucky. HEX triplet: A8, 94 and 13. RGB value is (168,148,19). Sum of RGB (Red+Green+Blue) = 168+148+19=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A89413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89413 is #576BEC. Grayscale: #8B8B8B. Windows color (decimal): -5729261 or 1283240. OLE color: 1283240.

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

Color convert

RGB 168 148 19 -
CMYK 0 0.12 0.89 0.34
HSL 51.95º 0.8% 0.37% -
HSV(B) 51.95º 0.89% 0.66% -
XYZ 26.86 29.55 4.9 -
YUV 139.27 60.13 148.49 -
System Red Green Blue C M Y K H S L
Decimal 168 148 19 0 0.12 0.89 0.34 51.95 0.8 0.37
Hex A8 94 13 0 C 59 22 34 50 25
Octal 250 224 23 0 14 131 42 64 120 45
Binary 10101000 10010100 10011 0 1100 1011001 100010 110100 1010000 100101

Color Harmonies of #A89413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89413

Black with #A89413

Text Example


Text Example

White with #A89413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89413; }

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

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

background-color css

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

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

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

border-color css

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

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

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