Html Css Color HEX #AF9549 Husk

📋 copy color: '#AF9549'

red 175 ◦ green 149 ◦ blue 73

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

Shades of Husk #AF9549

Tints of Husk #AF9549

RGB

 RED value IS 175 (68.75% from 255) = 44.08%

 GREEN value IS 149 (58.59% from 255) = 37.53%

 BLUE value IS 73 (28.91% from 255) = 18.39%

R = 44.08%
G = 37.53%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF9549 (or 0xAF9549) is known color: Husk. HEX triplet: AF, 95 and 49. RGB value is (175,149,73). Sum of RGB (Red+Green+Blue) = 175+149+73=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9549 is #506AB6. Grayscale: #949494. Windows color (decimal): -5270199 or 4822447. OLE color: 4822447.

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

Color convert

RGB 175 149 73 -
CMYK 0 0.15 0.58 0.31
HSL 44.71º 0.41% 0.49% -
HSV(B) 44.71º 0.58% 0.69% -
XYZ 29.63 31.09 10.74 -
YUV 148.11 85.61 147.18 -
System Red Green Blue C M Y K H S L
Decimal 175 149 73 0 0.15 0.58 0.31 44.71 0.41 0.49
Hex AF 95 49 0 F 3A 1F 2D 29 31
Octal 257 225 111 0 17 72 37 55 51 61
Binary 10101111 10010101 1001001 0 1111 111010 11111 101101 101001 110001

Color Harmonies of #AF9549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9549

Black with #AF9549

Text Example


Text Example

White with #AF9549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9549; }

 p { color: rgb(175,149,73); }

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

background-color css

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

 a { background-color: rgb(175,149,73); }

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

border-color css

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

 span { border-color: rgb(175,149,73); }

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