Html Css Color HEX #AF9C49 Husk

📋 copy color: '#AF9C49'

red 175 ◦ green 156 ◦ blue 73

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

Shades of Husk #AF9C49

Tints of Husk #AF9C49

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.61%

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

R = 43.32%
G = 38.61%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF9C49 (or 0xAF9C49) is known color: Husk. HEX triplet: AF, 9C and 49. RGB value is (175,156,73). Sum of RGB (Red+Green+Blue) = 175+156+73=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9C49 is #5063B6. Grayscale: #989898. Windows color (decimal): -5268407 or 4824239. OLE color: 4824239.

HSL color Cylindrical-coordinate representation of color #AF9C49: hue angle of 48.82º 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 #AF9C49 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 156 73 -
CMYK 0 0.11 0.58 0.31
HSL 48.82º 0.41% 0.49% -
HSV(B) 48.82º 0.58% 0.69% -
XYZ 30.77 33.37 11.12 -
YUV 152.22 83.29 144.25 -
System Red Green Blue C M Y K H S L
Decimal 175 156 73 0 0.11 0.58 0.31 48.82 0.41 0.49
Hex AF 9C 49 0 B 3A 1F 31 29 31
Octal 257 234 111 0 13 72 37 61 51 61
Binary 10101111 10011100 1001001 0 1011 111010 11111 110001 101001 110001

Color Harmonies of #AF9C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9C49

Black with #AF9C49

Text Example


Text Example

White with #AF9C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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