#AF383A

Color #AF383A Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #AF383A

Tints of Mahogany #AF383A

Color information

#AF383A (or 0xAF383A) is unknown color: approx Mahogany. HEX triplet: AF, 38 and 3A. RGB value is (175,56,58). Sum of RGB (Red+Green+Blue) = 175+56+58=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF383A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF383A is #50C7C5. Grayscale: #5B5B5B. Windows color (decimal): -5294022 or 3815599. OLE color: 3815599.

HSL color Cylindrical-coordinate representation of color #AF383A: hue angle of 358.99º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF383A is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB1755658-
CMYK00.680.670.31
HSL358.99º51.52%45.29%-
HSV(B)358.99º68%68.63%-
XYZ19.8612.255.32-
YUV91.81108.92187.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.55%
GREEN value IS 56 (22.27% from 255) = 19.38%
BLUE value IS 58 (23.05% from 255) = 20.07%
R=60.55%
G=19.38%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175565800.680.670.31358.9951.5245.29
HexAF383A044431F167342d
Octal25770720104103375476455
Binary1010111111100011101001000100100001111111101100111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF383A; }

 p { color: rgb(175,56,58); }

 H1.HeaderClassName
 {
   color: #AF383A;
 }
 .AnyTagClassName
 {
   color: #AF383A;
 }
</style>
background-color css

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

 a { background-color: rgb(175,56,58); }

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

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

 span { border-color: rgb(175,56,58); }

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