Html Css Color HEX #AF9448 Husk

📋 copy color: '#AF9448'

red 175 ◦ green 148 ◦ blue 72

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

Shades of Husk #AF9448

Tints of Husk #AF9448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.23%

R = 44.3%
G = 37.47%
B = 18.23%

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

#AF9448 (or 0xAF9448) is known color: Husk. HEX triplet: AF, 94 and 48. RGB value is (175,148,72). Sum of RGB (Red+Green+Blue) = 175+148+72=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9448 is #506BB7. Grayscale: #939393. Windows color (decimal): -5270456 or 4756655. OLE color: 4756655.

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

Color convert

RGB 175 148 72 -
CMYK 0 0.15 0.59 0.31
HSL 44.27º 0.42% 0.48% -
HSV(B) 44.27º 0.59% 0.69% -
XYZ 29.44 30.76 10.52 -
YUV 147.41 85.45 147.68 -
System Red Green Blue C M Y K H S L
Decimal 175 148 72 0 0.15 0.59 0.31 44.27 0.42 0.48
Hex AF 94 48 0 F 3B 1F 2C 2A 30
Octal 257 224 110 0 17 73 37 54 52 60
Binary 10101111 10010100 1001000 0 1111 111011 11111 101100 101010 110000

Color Harmonies of #AF9448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9448

Black with #AF9448

Text Example


Text Example

White with #AF9448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9448; }

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

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

background-color css

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

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

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

border-color css

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

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

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