Html Css Color HEX #A89952 Husk

📋 copy color: '#A89952'

red 168 ◦ green 153 ◦ blue 82

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

Shades of Husk #A89952

Tints of Husk #A89952

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.97%

 BLUE value IS 82 (32.42% from 255) = 20.35%

R = 41.69%
G = 37.97%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A89952 (or 0xA89952) is known color: Husk. HEX triplet: A8, 99 and 52. RGB value is (168,153,82). Sum of RGB (Red+Green+Blue) = 168+153+82=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A89952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89952 is #5766AD. Grayscale: #959595. Windows color (decimal): -5727918 or 5413288. OLE color: 5413288.

HSL color Cylindrical-coordinate representation of color #A89952: hue angle of 49.53º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A89952 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 153 82 -
CMYK 0 0.09 0.51 0.34
HSL 49.53º 0.34% 0.49% -
HSV(B) 49.53º 0.51% 0.66% -
XYZ 29.06 31.72 12.57 -
YUV 149.39 89.97 141.27 -
System Red Green Blue C M Y K H S L
Decimal 168 153 82 0 0.09 0.51 0.34 49.53 0.34 0.49
Hex A8 99 52 0 9 33 22 32 22 31
Octal 250 231 122 0 11 63 42 62 42 61
Binary 10101000 10011001 1010010 0 1001 110011 100010 110010 100010 110001

Color Harmonies of #A89952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89952

Black with #A89952

Text Example


Text Example

White with #A89952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89952; }

 p { color: rgb(168,153,82); }

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

background-color css

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

 a { background-color: rgb(168,153,82); }

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

border-color css

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

 span { border-color: rgb(168,153,82); }

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