Html Css Color HEX #AB974E Husk

📋 copy color: '#AB974E'

red 171 ◦ green 151 ◦ blue 78

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

Shades of Husk #AB974E

Tints of Husk #AB974E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.5%

R = 42.75%
G = 37.75%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB974E (or 0xAB974E) is known color: Husk. HEX triplet: AB, 97 and 4E. RGB value is (171,151,78). Sum of RGB (Red+Green+Blue) = 171+151+78=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB974E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB974E is #5468B1. Grayscale: #949494. Windows color (decimal): -5531826 or 5150635. OLE color: 5150635.

HSL color Cylindrical-coordinate representation of color #AB974E: hue angle of 47.1º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB974E is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 151 78 -
CMYK 0 0.12 0.54 0.33
HSL 47.1º 0.37% 0.49% -
HSV(B) 47.1º 0.54% 0.67% -
XYZ 29.24 31.34 11.72 -
YUV 148.66 88.13 143.94 -
System Red Green Blue C M Y K H S L
Decimal 171 151 78 0 0.12 0.54 0.33 47.1 0.37 0.49
Hex AB 97 4E 0 C 36 21 2F 25 31
Octal 253 227 116 0 14 66 41 57 45 61
Binary 10101011 10010111 1001110 0 1100 110110 100001 101111 100101 110001

Color Harmonies of #AB974E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB974E

Black with #AB974E

Text Example


Text Example

White with #AB974E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB974E; }

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

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

background-color css

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

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

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

border-color css

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

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

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