Html Css Color HEX #AF4644 Chestnut

📋 copy color: '#AF4644'

red 175 ◦ green 70 ◦ blue 68

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

Shades of Chestnut #AF4644

Tints of Chestnut #AF4644

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.36%

 BLUE value IS 68 (26.95% from 255) = 21.73%

R = 55.91%
G = 22.36%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF4644 (or 0xAF4644) is known color: Chestnut. HEX triplet: AF, 46 and 44. RGB value is (175,70,68). Sum of RGB (Red+Green+Blue) = 175+70+68=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4644 is #50B9BB. Grayscale: #656565. Windows color (decimal): -5290428 or 4474543. OLE color: 4474543.

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

Color convert

RGB 175 70 68 -
CMYK 0 0.60 0.61 0.31
HSL 1.12º 0.44% 0.48% -
HSV(B) 1.12º 0.61% 0.69% -
XYZ 20.91 13.91 7.05 -
YUV 101.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 175 70 68 0 0.60 0.61 0.31 1.12 0.44 0.48
Hex AF 46 44 0 3C 3D 1F 1 2C 30
Octal 257 106 104 0 74 75 37 1 54 60
Binary 10101111 1000110 1000100 0 111100 111101 11111 1 101100 110000

Color Harmonies of #AF4644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4644

Black with #AF4644

Text Example


Text Example

White with #AF4644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4644; }

 p { color: rgb(175,70,68); }

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

background-color css

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

 a { background-color: rgb(175,70,68); }

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

border-color css

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

 span { border-color: rgb(175,70,68); }

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