Html Css Color HEX #AF4A49 Chestnut

📋 copy color: '#AF4A49'

red 175 ◦ green 74 ◦ blue 73

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

Shades of Chestnut #AF4A49

Tints of Chestnut #AF4A49

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.98%

 BLUE value IS 73 (28.91% from 255) = 22.67%

R = 54.35%
G = 22.98%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF4A49 (or 0xAF4A49) is known color: Chestnut. HEX triplet: AF, 4A and 49. RGB value is (175,74,73). Sum of RGB (Red+Green+Blue) = 175+74+73=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A49 is #50B5B6. Grayscale: #686868. Windows color (decimal): -5289399 or 4803247. OLE color: 4803247.

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

Color convert

RGB 175 74 73 -
CMYK 0 0.58 0.58 0.31
HSL 0.59º 0.41% 0.49% -
HSV(B) 0.59º 0.58% 0.69% -
XYZ 21.33 14.49 7.98 -
YUV 104.09 110.46 178.58 -
System Red Green Blue C M Y K H S L
Decimal 175 74 73 0 0.58 0.58 0.31 0.59 0.41 0.49
Hex AF 4A 49 0 3A 3A 1F 1 29 31
Octal 257 112 111 0 72 72 37 1 51 61
Binary 10101111 1001010 1001001 0 111010 111010 11111 1 101001 110001

Color Harmonies of #AF4A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A49

Black with #AF4A49

Text Example


Text Example

White with #AF4A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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