Html Css Color HEX #AF4940 Chestnut

📋 copy color: '#AF4940'

red 175 ◦ green 73 ◦ blue 64

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

Shades of Chestnut #AF4940

Tints of Chestnut #AF4940

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.4%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 56.09%
G = 23.4%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF4940 (or 0xAF4940) is known color: Chestnut. HEX triplet: AF, 49 and 40. RGB value is (175,73,64). Sum of RGB (Red+Green+Blue) = 175+73+64=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4940 is #50B6BF. Grayscale: #666666. Windows color (decimal): -5289664 or 4213167. OLE color: 4213167.

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

Color convert

RGB 175 73 64 -
CMYK 0 0.58 0.63 0.31
HSL 4.86º 0.46% 0.47% -
HSV(B) 4.86º 0.63% 0.69% -
XYZ 20.99 14.25 6.49 -
YUV 102.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 175 73 64 0 0.58 0.63 0.31 4.86 0.46 0.47
Hex AF 49 40 0 3A 3F 1F 5 2E 2F
Octal 257 111 100 0 72 77 37 5 56 57
Binary 10101111 1001001 1000000 0 111010 111111 11111 101 101110 101111

Color Harmonies of #AF4940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4940

Black with #AF4940

Text Example


Text Example

White with #AF4940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4940; }

 p { color: rgb(175,73,64); }

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

background-color css

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

 a { background-color: rgb(175,73,64); }

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

border-color css

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

 span { border-color: rgb(175,73,64); }

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