Html Css Color HEX #A89848 Husk

📋 copy color: '#A89848'

red 168 ◦ green 152 ◦ blue 72

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

Shades of Husk #A89848

Tints of Husk #A89848

RGB

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

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

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

R = 42.86%
G = 38.78%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A89848 (or 0xA89848) is known color: Husk. HEX triplet: A8, 98 and 48. RGB value is (168,152,72). Sum of RGB (Red+Green+Blue) = 168+152+72=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A89848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89848 is #5767B7. Grayscale: #939393. Windows color (decimal): -5728184 or 4757672. OLE color: 4757672.

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

Color convert

RGB 168 152 72 -
CMYK 0 0.10 0.57 0.34
HSL 50º 0.4% 0.47% -
HSV(B) 50º 0.57% 0.66% -
XYZ 28.55 31.25 10.66 -
YUV 147.66 85.3 142.5 -
System Red Green Blue C M Y K H S L
Decimal 168 152 72 0 0.10 0.57 0.34 50 0.4 0.47
Hex A8 98 48 0 A 39 22 32 28 2F
Octal 250 230 110 0 12 71 42 62 50 57
Binary 10101000 10011000 1001000 0 1010 111001 100010 110010 101000 101111

Color Harmonies of #A89848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89848

Black with #A89848

Text Example


Text Example

White with #A89848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89848; }

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

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

background-color css

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

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

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

border-color css

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

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

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