Html Css Color HEX #A89648 Husk

📋 copy color: '#A89648'

red 168 ◦ green 150 ◦ blue 72

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

Shades of Husk #A89648

Tints of Husk #A89648

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.46%

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

R = 43.08%
G = 38.46%
B = 18.46%

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

#A89648 (or 0xA89648) is known color: Husk. HEX triplet: A8, 96 and 48. RGB value is (168,150,72). Sum of RGB (Red+Green+Blue) = 168+150+72=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A89648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89648 is #5769B7. Grayscale: #929292. Windows color (decimal): -5728696 or 4757160. OLE color: 4757160.

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

Color convert

RGB 168 150 72 -
CMYK 0 0.11 0.57 0.34
HSL 48.75º 0.4% 0.47% -
HSV(B) 48.75º 0.57% 0.66% -
XYZ 28.22 30.61 10.55 -
YUV 146.49 85.96 143.34 -
System Red Green Blue C M Y K H S L
Decimal 168 150 72 0 0.11 0.57 0.34 48.75 0.4 0.47
Hex A8 96 48 0 B 39 22 31 28 2F
Octal 250 226 110 0 13 71 42 61 50 57
Binary 10101000 10010110 1001000 0 1011 111001 100010 110001 101000 101111

Color Harmonies of #A89648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89648

Black with #A89648

Text Example


Text Example

White with #A89648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89648; }

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

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

background-color css

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

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

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

border-color css

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

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

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