Html Css Color HEX #AF9648 Husk

📋 copy color: '#AF9648'

red 175 ◦ green 150 ◦ blue 72

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

Shades of Husk #AF9648

Tints of Husk #AF9648

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.78%

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

R = 44.08%
G = 37.78%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF9648 (or 0xAF9648) is known color: Husk. HEX triplet: AF, 96 and 48. RGB value is (175,150,72). Sum of RGB (Red+Green+Blue) = 175+150+72=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9648 is #5069B7. Grayscale: #949494. Windows color (decimal): -5269944 or 4757167. OLE color: 4757167.

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

Color convert

RGB 175 150 72 -
CMYK 0 0.14 0.59 0.31
HSL 45.44º 0.42% 0.48% -
HSV(B) 45.44º 0.59% 0.69% -
XYZ 29.76 31.39 10.62 -
YUV 148.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 175 150 72 0 0.14 0.59 0.31 45.44 0.42 0.48
Hex AF 96 48 0 E 3B 1F 2D 2A 30
Octal 257 226 110 0 16 73 37 55 52 60
Binary 10101111 10010110 1001000 0 1110 111011 11111 101101 101010 110000

Color Harmonies of #AF9648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9648

Black with #AF9648

Text Example


Text Example

White with #AF9648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9648; }

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

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

background-color css

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

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

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

border-color css

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

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

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