Html Css Color HEX #AF4741 Chestnut

📋 copy color: '#AF4741'

red 175 ◦ green 71 ◦ blue 65

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

Shades of Chestnut #AF4741

Tints of Chestnut #AF4741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.9%

R = 56.27%
G = 22.83%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF4741 (or 0xAF4741) is known color: Chestnut. HEX triplet: AF, 47 and 41. RGB value is (175,71,65). Sum of RGB (Red+Green+Blue) = 175+71+65=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4741 is #50B8BE. Grayscale: #656565. Windows color (decimal): -5290175 or 4278191. OLE color: 4278191.

HSL color Cylindrical-coordinate representation of color #AF4741: hue angle of 3.27º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4741 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 71 65 -
CMYK 0 0.59 0.63 0.31
HSL 3.27º 0.46% 0.47% -
HSV(B) 3.27º 0.63% 0.69% -
XYZ 20.89 14 6.6 -
YUV 101.41 107.46 180.49 -
System Red Green Blue C M Y K H S L
Decimal 175 71 65 0 0.59 0.63 0.31 3.27 0.46 0.47
Hex AF 47 41 0 3B 3F 1F 3 2E 2F
Octal 257 107 101 0 73 77 37 3 56 57
Binary 10101111 1000111 1000001 0 111011 111111 11111 11 101110 101111

Color Harmonies of #AF4741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4741

Black with #AF4741

Text Example


Text Example

White with #AF4741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4741; }

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

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

background-color css

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

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

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

border-color css

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

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

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