Html Css Color HEX #AF4745 Chestnut

📋 copy color: '#AF4745'

red 175 ◦ green 71 ◦ blue 69

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

Shades of Chestnut #AF4745

Tints of Chestnut #AF4745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.54%

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

R = 55.56%
G = 22.54%
B = 21.9%

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

#AF4745 (or 0xAF4745) is known color: Chestnut. HEX triplet: AF, 47 and 45. RGB value is (175,71,69). Sum of RGB (Red+Green+Blue) = 175+71+69=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4745 is #50B8BA. Grayscale: #656565. Windows color (decimal): -5290171 or 4540335. OLE color: 4540335.

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

Color convert

RGB 175 71 69 -
CMYK 0 0.59 0.61 0.31
HSL 1.13º 0.43% 0.48% -
HSV(B) 1.13º 0.61% 0.69% -
XYZ 21.01 14.05 7.23 -
YUV 101.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 175 71 69 0 0.59 0.61 0.31 1.13 0.43 0.48
Hex AF 47 45 0 3B 3D 1F 1 2B 30
Octal 257 107 105 0 73 75 37 1 53 60
Binary 10101111 1000111 1000101 0 111011 111101 11111 1 101011 110000

Color Harmonies of #AF4745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4745

Black with #AF4745

Text Example


Text Example

White with #AF4745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4745; }

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

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

background-color css

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

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

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

border-color css

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

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

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