Html Css Color HEX #AF4847 Chestnut

📋 copy color: '#AF4847'

red 175 ◦ green 72 ◦ blue 71

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

Shades of Chestnut #AF4847

Tints of Chestnut #AF4847

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.64%

 BLUE value IS 71 (28.13% from 255) = 22.33%

R = 55.03%
G = 22.64%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF4847 (or 0xAF4847) is known color: Chestnut. HEX triplet: AF, 48 and 47. RGB value is (175,72,71). Sum of RGB (Red+Green+Blue) = 175+72+71=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4847 is #50B7B8. Grayscale: #666666. Windows color (decimal): -5289913 or 4671663. OLE color: 4671663.

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

Color convert

RGB 175 72 71 -
CMYK 0 0.59 0.59 0.31
HSL 0.58º 0.42% 0.48% -
HSV(B) 0.58º 0.59% 0.69% -
XYZ 21.13 14.2 7.59 -
YUV 102.68 110.12 179.58 -
System Red Green Blue C M Y K H S L
Decimal 175 72 71 0 0.59 0.59 0.31 0.58 0.42 0.48
Hex AF 48 47 0 3B 3B 1F 1 2A 30
Octal 257 110 107 0 73 73 37 1 52 60
Binary 10101111 1001000 1000111 0 111011 111011 11111 1 101010 110000

Color Harmonies of #AF4847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4847

Black with #AF4847

Text Example


Text Example

White with #AF4847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4847; }

 p { color: rgb(175,72,71); }

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

background-color css

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

 a { background-color: rgb(175,72,71); }

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

border-color css

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

 span { border-color: rgb(175,72,71); }

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