Html Css Color HEX #AB974D Husk

📋 copy color: '#AB974D'

red 171 ◦ green 151 ◦ blue 77

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

Shades of Husk #AB974D

Tints of Husk #AB974D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.3%

R = 42.86%
G = 37.84%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB974D (or 0xAB974D) is known color: Husk. HEX triplet: AB, 97 and 4D. RGB value is (171,151,77). Sum of RGB (Red+Green+Blue) = 171+151+77=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB974D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB974D is #5468B2. Grayscale: #949494. Windows color (decimal): -5531827 or 5085099. OLE color: 5085099.

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

Color convert

RGB 171 151 77 -
CMYK 0 0.12 0.55 0.33
HSL 47.23º 0.38% 0.49% -
HSV(B) 47.23º 0.55% 0.67% -
XYZ 29.2 31.33 11.53 -
YUV 148.54 87.63 144.02 -
System Red Green Blue C M Y K H S L
Decimal 171 151 77 0 0.12 0.55 0.33 47.23 0.38 0.49
Hex AB 97 4D 0 C 37 21 2F 26 31
Octal 253 227 115 0 14 67 41 57 46 61
Binary 10101011 10010111 1001101 0 1100 110111 100001 101111 100110 110001

Color Harmonies of #AB974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB974D

Black with #AB974D

Text Example


Text Example

White with #AB974D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB974D; }

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

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

background-color css

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

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

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

border-color css

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

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

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