Html Css Color HEX #AF4A45 Chestnut

📋 copy color: '#AF4A45'

red 175 ◦ green 74 ◦ blue 69

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

Shades of Chestnut #AF4A45

Tints of Chestnut #AF4A45

RGB

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

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

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

R = 55.03%
G = 23.27%
B = 21.7%

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

#AF4A45 (or 0xAF4A45) is known color: Chestnut. HEX triplet: AF, 4A and 45. RGB value is (175,74,69). Sum of RGB (Red+Green+Blue) = 175+74+69=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A45 is #50B5BA. Grayscale: #676767. Windows color (decimal): -5289403 or 4541103. OLE color: 4541103.

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

Color convert

RGB 175 74 69 -
CMYK 0 0.58 0.61 0.31
HSL 2.83º 0.43% 0.48% -
HSV(B) 2.83º 0.61% 0.69% -
XYZ 21.2 14.44 7.3 -
YUV 103.63 108.46 178.91 -
System Red Green Blue C M Y K H S L
Decimal 175 74 69 0 0.58 0.61 0.31 2.83 0.43 0.48
Hex AF 4A 45 0 3A 3D 1F 3 2B 30
Octal 257 112 105 0 72 75 37 3 53 60
Binary 10101111 1001010 1000101 0 111010 111101 11111 11 101011 110000

Color Harmonies of #AF4A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A45

Black with #AF4A45

Text Example


Text Example

White with #AF4A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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