#AF974C

Color #AF974C Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #AF974C

Tints of Husk #AF974C

Color information

#AF974C (or 0xAF974C) is unknown color: approx Husk. HEX triplet: AF, 97 and 4C. RGB value is (175,151,76). Sum of RGB (Red+Green+Blue) = 175+151+76=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF974C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF974C is #5068B3. Grayscale: #959595. Windows color (decimal): -5269684 or 5019567. OLE color: 5019567.

HSL color Cylindrical-coordinate representation of color #AF974C: hue angle of 45.45º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF974C is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17515176-
CMYK00.140.570.31
HSL45.45º39.44%49.22%-
HSV(B)45.45º56.57%68.63%-
XYZ30.0531.7711.39-
YUV149.6386.45146.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 151 (59.38% from 255) = 37.56%
BLUE value IS 76 (30.08% from 255) = 18.91%
R=43.53%
G=37.56%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751517600.140.570.3145.4539.4449.22
HexAF974C0E391F2d2731
Octal2572271140167137554761
Binary101011111001011110011000111011100111111101101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF974C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF974C; }

 p { color: rgb(175,151,76); }

 H1.HeaderClassName
 {
   color: #AF974C;
 }
 .AnyTagClassName
 {
   color: #AF974C;
 }
</style>
background-color css

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

 a { background-color: rgb(175,151,76); }

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

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

 span { border-color: rgb(175,151,76); }

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