Html Css Color HEX #AB985A Husk

📋 copy color: '#AB985A'

red 171 ◦ green 152 ◦ blue 90

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

Shades of Husk #AB985A

Tints of Husk #AB985A

RGB

 RED value IS 171 (67.19% from 255) = 41.4%

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

 BLUE value IS 90 (35.55% from 255) = 21.79%

R = 41.4%
G = 36.8%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB985A (or 0xAB985A) is known color: Husk. HEX triplet: AB, 98 and 5A. RGB value is (171,152,90). Sum of RGB (Red+Green+Blue) = 171+152+90=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB985A is #5467A5. Grayscale: #969696. Windows color (decimal): -5531558 or 5937323. OLE color: 5937323.

HSL color Cylindrical-coordinate representation of color #AB985A: hue angle of 45.93º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB985A is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 152 90 -
CMYK 0 0.11 0.47 0.33
HSL 45.93º 0.33% 0.51% -
HSV(B) 45.93º 0.47% 0.67% -
XYZ 29.87 31.85 14.25 -
YUV 150.61 93.79 142.54 -
System Red Green Blue C M Y K H S L
Decimal 171 152 90 0 0.11 0.47 0.33 45.93 0.33 0.51
Hex AB 98 5A 0 B 2F 21 2E 21 33
Octal 253 230 132 0 13 57 41 56 41 63
Binary 10101011 10011000 1011010 0 1011 101111 100001 101110 100001 110011

Color Harmonies of #AB985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB985A

Black with #AB985A

Text Example


Text Example

White with #AB985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB985A; }

 p { color: rgb(171,152,90); }

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

background-color css

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

 a { background-color: rgb(171,152,90); }

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

border-color css

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

 span { border-color: rgb(171,152,90); }

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