Html Css Color HEX #AF944C Husk

📋 copy color: '#AF944C'

red 175 ◦ green 148 ◦ blue 76

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

Shades of Husk #AF944C

Tints of Husk #AF944C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.05%

R = 43.86%
G = 37.09%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF944C (or 0xAF944C) is known color: Husk. HEX triplet: AF, 94 and 4C. RGB value is (175,148,76). Sum of RGB (Red+Green+Blue) = 175+148+76=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF944C is #506BB3. Grayscale: #949494. Windows color (decimal): -5270452 or 5018799. OLE color: 5018799.

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

Color convert

RGB 175 148 76 -
CMYK 0 0.15 0.57 0.31
HSL 43.64º 0.39% 0.49% -
HSV(B) 43.64º 0.57% 0.69% -
XYZ 29.57 30.82 11.23 -
YUV 147.87 87.45 147.35 -
System Red Green Blue C M Y K H S L
Decimal 175 148 76 0 0.15 0.57 0.31 43.64 0.39 0.49
Hex AF 94 4C 0 F 39 1F 2C 27 31
Octal 257 224 114 0 17 71 37 54 47 61
Binary 10101111 10010100 1001100 0 1111 111001 11111 101100 100111 110001

Color Harmonies of #AF944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF944C

Black with #AF944C

Text Example


Text Example

White with #AF944C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF944C; }

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

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

background-color css

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

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

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

border-color css

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

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

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