Html Css Color HEX #AF9A47 Husk

📋 copy color: '#AF9A47'

red 175 ◦ green 154 ◦ blue 71

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

Shades of Husk #AF9A47

Tints of Husk #AF9A47

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.5%

 BLUE value IS 71 (28.13% from 255) = 17.75%

R = 43.75%
G = 38.5%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF9A47 (or 0xAF9A47) is known color: Husk. HEX triplet: AF, 9A and 47. RGB value is (175,154,71). Sum of RGB (Red+Green+Blue) = 175+154+71=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9A47 is #5065B8. Grayscale: #979797. Windows color (decimal): -5268921 or 4692655. OLE color: 4692655.

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

Color convert

RGB 175 154 71 -
CMYK 0 0.12 0.59 0.31
HSL 47.88º 0.42% 0.48% -
HSV(B) 47.88º 0.59% 0.69% -
XYZ 30.37 32.68 10.67 -
YUV 150.82 82.96 145.25 -
System Red Green Blue C M Y K H S L
Decimal 175 154 71 0 0.12 0.59 0.31 47.88 0.42 0.48
Hex AF 9A 47 0 C 3B 1F 30 2A 30
Octal 257 232 107 0 14 73 37 60 52 60
Binary 10101111 10011010 1000111 0 1100 111011 11111 110000 101010 110000

Color Harmonies of #AF9A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9A47

Black with #AF9A47

Text Example


Text Example

White with #AF9A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9A47; }

 p { color: rgb(175,154,71); }

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

background-color css

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

 a { background-color: rgb(175,154,71); }

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

border-color css

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

 span { border-color: rgb(175,154,71); }

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