Html Css Color HEX #AF3738 Mahogany

📋 copy color: '#AF3738'

red 175 ◦ green 55 ◦ blue 56

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

Shades of Mahogany #AF3738

Tints of Mahogany #AF3738

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.23%

 BLUE value IS 56 (22.27% from 255) = 19.58%

R = 61.19%
G = 19.23%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF3738 (or 0xAF3738) is known color: Mahogany. HEX triplet: AF, 37 and 38. RGB value is (175,55,56). Sum of RGB (Red+Green+Blue) = 175+55+56=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3738 is #50C8C7. Grayscale: #5B5B5B. Windows color (decimal): -5294280 or 3684271. OLE color: 3684271.

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

Color convert

RGB 175 55 56 -
CMYK 0 0.69 0.68 0.31
HSL 359.5º 0.52% 0.45% -
HSV(B) 359.5º 0.69% 0.69% -
XYZ 19.76 12.13 5.04 -
YUV 90.99 108.26 187.92 -
System Red Green Blue C M Y K H S L
Decimal 175 55 56 0 0.69 0.68 0.31 359.5 0.52 0.45
Hex AF 37 38 0 45 44 1F 168 34 2D
Octal 257 67 70 0 105 104 37 550 64 55
Binary 10101111 110111 111000 0 1000101 1000100 11111 101101000 110100 101101

Color Harmonies of #AF3738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3738

Black with #AF3738

Text Example


Text Example

White with #AF3738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3738; }

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

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

background-color css

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

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

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

border-color css

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

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

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