Html Css Color HEX #AB975A Husk

📋 copy color: '#AB975A'

red 171 ◦ green 151 ◦ blue 90

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

Shades of Husk #AB975A

Tints of Husk #AB975A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.65%

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

R = 41.5%
G = 36.65%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB975A (or 0xAB975A) is known color: Husk. HEX triplet: AB, 97 and 5A. RGB value is (171,151,90). Sum of RGB (Red+Green+Blue) = 171+151+90=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB975A is #5468A5. Grayscale: #969696. Windows color (decimal): -5531814 or 5937067. OLE color: 5937067.

HSL color Cylindrical-coordinate representation of color #AB975A: hue angle of 45.19º 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 #AB975A is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 151 90 -
CMYK 0 0.12 0.47 0.33
HSL 45.19º 0.33% 0.51% -
HSV(B) 45.19º 0.47% 0.67% -
XYZ 29.71 31.53 14.19 -
YUV 150.03 94.13 142.96 -
System Red Green Blue C M Y K H S L
Decimal 171 151 90 0 0.12 0.47 0.33 45.19 0.33 0.51
Hex AB 97 5A 0 C 2F 21 2D 21 33
Octal 253 227 132 0 14 57 41 55 41 63
Binary 10101011 10010111 1011010 0 1100 101111 100001 101101 100001 110011

Color Harmonies of #AB975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB975A

Black with #AB975A

Text Example


Text Example

White with #AB975A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB975A; }

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

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

background-color css

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

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

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

border-color css

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

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

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