Html Css Color HEX #AF9D5B Husk

📋 copy color: '#AF9D5B'

red 175 ◦ green 157 ◦ blue 91

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

Shades of Husk #AF9D5B

Tints of Husk #AF9D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.51%

R = 41.37%
G = 37.12%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF9D5B (or 0xAF9D5B) is known color: Husk. HEX triplet: AF, 9D and 5B. RGB value is (175,157,91). Sum of RGB (Red+Green+Blue) = 175+157+91=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9D5B is #5062A4. Grayscale: #9B9B9B. Windows color (decimal): -5268133 or 6004143. OLE color: 6004143.

HSL color Cylindrical-coordinate representation of color #AF9D5B: hue angle of 47.14º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF9D5B is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 157 91 -
CMYK 0 0.10 0.48 0.31
HSL 47.14º 0.34% 0.52% -
HSV(B) 47.14º 0.48% 0.69% -
XYZ 31.62 33.98 14.79 -
YUV 154.86 91.96 142.37 -
System Red Green Blue C M Y K H S L
Decimal 175 157 91 0 0.10 0.48 0.31 47.14 0.34 0.52
Hex AF 9D 5B 0 A 30 1F 2F 22 34
Octal 257 235 133 0 12 60 37 57 42 64
Binary 10101111 10011101 1011011 0 1010 110000 11111 101111 100010 110100

Color Harmonies of #AF9D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9D5B

Black with #AF9D5B

Text Example


Text Example

White with #AF9D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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