Html Css Color HEX #AF4945 Chestnut

📋 copy color: '#AF4945'

red 175 ◦ green 73 ◦ blue 69

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

Shades of Chestnut #AF4945

Tints of Chestnut #AF4945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.77%

R = 55.21%
G = 23.03%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF4945 (or 0xAF4945) is known color: Chestnut. HEX triplet: AF, 49 and 45. RGB value is (175,73,69). Sum of RGB (Red+Green+Blue) = 175+73+69=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4945 is #50B6BA. Grayscale: #676767. Windows color (decimal): -5289659 or 4540847. OLE color: 4540847.

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

Color convert

RGB 175 73 69 -
CMYK 0 0.58 0.61 0.31
HSL 2.26º 0.43% 0.48% -
HSV(B) 2.26º 0.61% 0.69% -
XYZ 21.14 14.31 7.28 -
YUV 103.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 175 73 69 0 0.58 0.61 0.31 2.26 0.43 0.48
Hex AF 49 45 0 3A 3D 1F 2 2B 30
Octal 257 111 105 0 72 75 37 2 53 60
Binary 10101111 1001001 1000101 0 111010 111101 11111 10 101011 110000

Color Harmonies of #AF4945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4945

Black with #AF4945

Text Example


Text Example

White with #AF4945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4945; }

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

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

background-color css

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

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

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

border-color css

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

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

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