Html Css Color HEX #A2985B Husk

📋 copy color: '#A2985B'

red 162 ◦ green 152 ◦ blue 91

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

Shades of Husk #A2985B

Tints of Husk #A2985B

RGB

 RED value IS 162 (63.67% from 255) = 40%

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

 BLUE value IS 91 (35.94% from 255) = 22.47%

R = 40%
G = 37.53%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A2985B (or 0xA2985B) is known color: Husk. HEX triplet: A2, 98 and 5B. RGB value is (162,152,91). Sum of RGB (Red+Green+Blue) = 162+152+91=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A2985B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2985B is #5D67A4. Grayscale: #949494. Windows color (decimal): -6121381 or 6002850. OLE color: 6002850.

HSL color Cylindrical-coordinate representation of color #A2985B: hue angle of 51.55º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2985B is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 152 91 -
CMYK 0 0.06 0.44 0.36
HSL 51.55º 0.28% 0.5% -
HSV(B) 51.55º 0.44% 0.64% -
XYZ 28.02 30.89 14.38 -
YUV 148.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 162 152 91 0 0.06 0.44 0.36 51.55 0.28 0.5
Hex A2 98 5B 0 6 2C 24 34 1C 32
Octal 242 230 133 0 6 54 44 64 34 62
Binary 10100010 10011000 1011011 0 110 101100 100100 110100 11100 110010

Color Harmonies of #A2985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2985B

Black with #A2985B

Text Example


Text Example

White with #A2985B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2985B; }

 p { color: rgb(162,152,91); }

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

background-color css

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

 a { background-color: rgb(162,152,91); }

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

border-color css

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

 span { border-color: rgb(162,152,91); }

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