Html Css Color HEX #AF9447 Husk

📋 copy color: '#AF9447'

red 175 ◦ green 148 ◦ blue 71

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

Shades of Husk #AF9447

Tints of Husk #AF9447

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.56%

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

R = 44.42%
G = 37.56%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF9447 (or 0xAF9447) is known color: Husk. HEX triplet: AF, 94 and 47. RGB value is (175,148,71). Sum of RGB (Red+Green+Blue) = 175+148+71=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9447 is #506BB8. Grayscale: #939393. Windows color (decimal): -5270457 or 4691119. OLE color: 4691119.

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

Color convert

RGB 175 148 71 -
CMYK 0 0.15 0.59 0.31
HSL 44.42º 0.42% 0.48% -
HSV(B) 44.42º 0.59% 0.69% -
XYZ 29.41 30.75 10.35 -
YUV 147.3 84.95 147.76 -
System Red Green Blue C M Y K H S L
Decimal 175 148 71 0 0.15 0.59 0.31 44.42 0.42 0.48
Hex AF 94 47 0 F 3B 1F 2C 2A 30
Octal 257 224 107 0 17 73 37 54 52 60
Binary 10101111 10010100 1000111 0 1111 111011 11111 101100 101010 110000

Color Harmonies of #AF9447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9447

Black with #AF9447

Text Example


Text Example

White with #AF9447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9447; }

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

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

background-color css

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

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

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

border-color css

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

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

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