Html Css Color HEX #AF994F Husk

📋 copy color: '#AF994F'

red 175 ◦ green 153 ◦ blue 79

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

Shades of Husk #AF994F

Tints of Husk #AF994F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.59%

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

R = 43%
G = 37.59%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF994F (or 0xAF994F) is known color: Husk. HEX triplet: AF, 99 and 4F. RGB value is (175,153,79). Sum of RGB (Red+Green+Blue) = 175+153+79=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF994F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF994F is #5066B0. Grayscale: #979797. Windows color (decimal): -5269169 or 5216687. OLE color: 5216687.

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

Color convert

RGB 175 153 79 -
CMYK 0 0.13 0.55 0.31
HSL 46.25º 0.38% 0.5% -
HSV(B) 46.25º 0.55% 0.69% -
XYZ 30.48 32.46 12.06 -
YUV 151.14 87.29 145.02 -
System Red Green Blue C M Y K H S L
Decimal 175 153 79 0 0.13 0.55 0.31 46.25 0.38 0.5
Hex AF 99 4F 0 D 37 1F 2E 26 32
Octal 257 231 117 0 15 67 37 56 46 62
Binary 10101111 10011001 1001111 0 1101 110111 11111 101110 100110 110010

Color Harmonies of #AF994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF994F

Black with #AF994F

Text Example


Text Example

White with #AF994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF994F; }

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

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

background-color css

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

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

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

border-color css

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

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

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