Html Css Color HEX #AF4845 Chestnut

📋 copy color: '#AF4845'

red 175 ◦ green 72 ◦ blue 69

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

Shades of Chestnut #AF4845

Tints of Chestnut #AF4845

RGB

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

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

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

R = 55.38%
G = 22.78%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF4845 (or 0xAF4845) is known color: Chestnut. HEX triplet: AF, 48 and 45. RGB value is (175,72,69). Sum of RGB (Red+Green+Blue) = 175+72+69=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4845 is #50B7BA. Grayscale: #666666. Windows color (decimal): -5289915 or 4540591. OLE color: 4540591.

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

Color convert

RGB 175 72 69 -
CMYK 0 0.59 0.61 0.31
HSL 1.7º 0.43% 0.48% -
HSV(B) 1.7º 0.61% 0.69% -
XYZ 21.07 14.18 7.26 -
YUV 102.46 109.12 179.74 -
System Red Green Blue C M Y K H S L
Decimal 175 72 69 0 0.59 0.61 0.31 1.7 0.43 0.48
Hex AF 48 45 0 3B 3D 1F 2 2B 30
Octal 257 110 105 0 73 75 37 2 53 60
Binary 10101111 1001000 1000101 0 111011 111101 11111 10 101011 110000

Color Harmonies of #AF4845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4845

Black with #AF4845

Text Example


Text Example

White with #AF4845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4845; }

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

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

background-color css

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

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

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

border-color css

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

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

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