Html Css Color HEX #AF954F Husk

📋 copy color: '#AF954F'

red 175 ◦ green 149 ◦ blue 79

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

Shades of Husk #AF954F

Tints of Husk #AF954F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.97%

 BLUE value IS 79 (31.25% from 255) = 19.6%

R = 43.42%
G = 36.97%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF954F (or 0xAF954F) is known color: Husk. HEX triplet: AF, 95 and 4F. RGB value is (175,149,79). Sum of RGB (Red+Green+Blue) = 175+149+79=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF954F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF954F is #506AB0. Grayscale: #959595. Windows color (decimal): -5270193 or 5215663. OLE color: 5215663.

HSL color Cylindrical-coordinate representation of color #AF954F: hue angle of 43.75º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF954F is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 149 79 -
CMYK 0 0.15 0.55 0.31
HSL 43.75º 0.38% 0.5% -
HSV(B) 43.75º 0.55% 0.69% -
XYZ 29.84 31.17 11.84 -
YUV 148.79 88.61 146.69 -
System Red Green Blue C M Y K H S L
Decimal 175 149 79 0 0.15 0.55 0.31 43.75 0.38 0.5
Hex AF 95 4F 0 F 37 1F 2C 26 32
Octal 257 225 117 0 17 67 37 54 46 62
Binary 10101111 10010101 1001111 0 1111 110111 11111 101100 100110 110010

Color Harmonies of #AF954F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF954F

Black with #AF954F

Text Example


Text Example

White with #AF954F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF954F; }

 p { color: rgb(175,149,79); }

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

background-color css

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

 a { background-color: rgb(175,149,79); }

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

border-color css

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

 span { border-color: rgb(175,149,79); }

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