Html Css Color HEX #AF3437 Mahogany

📋 copy color: '#AF3437'

red 175 ◦ green 52 ◦ blue 55

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

Shades of Mahogany #AF3437

Tints of Mahogany #AF3437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.44%

 BLUE value IS 55 (21.88% from 255) = 19.5%

R = 62.06%
G = 18.44%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF3437 (or 0xAF3437) is known color: Mahogany. HEX triplet: AF, 34 and 37. RGB value is (175,52,55). Sum of RGB (Red+Green+Blue) = 175+52+55=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3437 is #50CBC8. Grayscale: #595959. Windows color (decimal): -5295049 or 3617967. OLE color: 3617967.

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

Color convert

RGB 175 52 55 -
CMYK 0 0.70 0.69 0.31
HSL 358.54º 0.54% 0.45% -
HSV(B) 358.54º 0.7% 0.69% -
XYZ 19.6 11.85 4.87 -
YUV 89.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 175 52 55 0 0.70 0.69 0.31 358.54 0.54 0.45
Hex AF 34 37 0 46 45 1F 167 36 2D
Octal 257 64 67 0 106 105 37 547 66 55
Binary 10101111 110100 110111 0 1000110 1000101 11111 101100111 110110 101101

Color Harmonies of #AF3437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3437

Black with #AF3437

Text Example


Text Example

White with #AF3437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3437; }

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

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

background-color css

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

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

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

border-color css

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

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

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