Html Css Color HEX #AF944A Husk

📋 copy color: '#AF944A'

red 175 ◦ green 148 ◦ blue 74

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

Shades of Husk #AF944A

Tints of Husk #AF944A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.64%

R = 44.08%
G = 37.28%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF944A (or 0xAF944A) is known color: Husk. HEX triplet: AF, 94 and 4A. RGB value is (175,148,74). Sum of RGB (Red+Green+Blue) = 175+148+74=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF944A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF944A is #506BB5. Grayscale: #939393. Windows color (decimal): -5270454 or 4887727. OLE color: 4887727.

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

Color convert

RGB 175 148 74 -
CMYK 0 0.15 0.58 0.31
HSL 43.96º 0.41% 0.49% -
HSV(B) 43.96º 0.58% 0.69% -
XYZ 29.51 30.79 10.87 -
YUV 147.64 86.45 147.52 -
System Red Green Blue C M Y K H S L
Decimal 175 148 74 0 0.15 0.58 0.31 43.96 0.41 0.49
Hex AF 94 4A 0 F 3A 1F 2C 29 31
Octal 257 224 112 0 17 72 37 54 51 61
Binary 10101111 10010100 1001010 0 1111 111010 11111 101100 101001 110001

Color Harmonies of #AF944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF944A

Black with #AF944A

Text Example


Text Example

White with #AF944A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF944A; }

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

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

background-color css

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

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

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

border-color css

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

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

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