Html Css Color HEX #A89548 Husk

📋 copy color: '#A89548'

red 168 ◦ green 149 ◦ blue 72

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

Shades of Husk #A89548

Tints of Husk #A89548

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

 BLUE value IS 72 (28.52% from 255) = 18.51%

R = 43.19%
G = 38.3%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A89548 (or 0xA89548) is known color: Husk. HEX triplet: A8, 95 and 48. RGB value is (168,149,72). Sum of RGB (Red+Green+Blue) = 168+149+72=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A89548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89548 is #576AB7. Grayscale: #929292. Windows color (decimal): -5728952 or 4756904. OLE color: 4756904.

HSL color Cylindrical-coordinate representation of color #A89548: hue angle of 48.12º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A89548 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 149 72 -
CMYK 0 0.11 0.57 0.34
HSL 48.13º 0.4% 0.47% -
HSV(B) 48.13º 0.57% 0.66% -
XYZ 28.07 30.29 10.5 -
YUV 145.9 86.29 143.76 -
System Red Green Blue C M Y K H S L
Decimal 168 149 72 0 0.11 0.57 0.34 48.13 0.4 0.47
Hex A8 95 48 0 B 39 22 30 28 2F
Octal 250 225 110 0 13 71 42 60 50 57
Binary 10101000 10010101 1001000 0 1011 111001 100010 110000 101000 101111

Color Harmonies of #A89548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89548

Black with #A89548

Text Example


Text Example

White with #A89548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89548; }

 p { color: rgb(168,149,72); }

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

background-color css

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

 a { background-color: rgb(168,149,72); }

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

border-color css

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

 span { border-color: rgb(168,149,72); }

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