Html Css Color HEX #AF9D4A Husk

📋 copy color: '#AF9D4A'

red 175 ◦ green 157 ◦ blue 74

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

Shades of Husk #AF9D4A

Tints of Husk #AF9D4A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.67%

 BLUE value IS 74 (29.3% from 255) = 18.23%

R = 43.1%
G = 38.67%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF9D4A (or 0xAF9D4A) is known color: Husk. HEX triplet: AF, 9D and 4A. RGB value is (175,157,74). Sum of RGB (Red+Green+Blue) = 175+157+74=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9D4A is #5062B5. Grayscale: #999999. Windows color (decimal): -5268150 or 4890031. OLE color: 4890031.

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

Color convert

RGB 175 157 74 -
CMYK 0 0.10 0.58 0.31
HSL 49.31º 0.41% 0.49% -
HSV(B) 49.31º 0.58% 0.69% -
XYZ 30.97 33.72 11.36 -
YUV 152.92 83.46 143.75 -
System Red Green Blue C M Y K H S L
Decimal 175 157 74 0 0.10 0.58 0.31 49.31 0.41 0.49
Hex AF 9D 4A 0 A 3A 1F 31 29 31
Octal 257 235 112 0 12 72 37 61 51 61
Binary 10101111 10011101 1001010 0 1010 111010 11111 110001 101001 110001

Color Harmonies of #AF9D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9D4A

Black with #AF9D4A

Text Example


Text Example

White with #AF9D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9D4A; }

 p { color: rgb(175,157,74); }

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

background-color css

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

 a { background-color: rgb(175,157,74); }

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

border-color css

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

 span { border-color: rgb(175,157,74); }

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