Html Css Color HEX #AF393A Mahogany

📋 copy color: '#AF393A'

red 175 ◦ green 57 ◦ blue 58

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

Shades of Mahogany #AF393A

Tints of Mahogany #AF393A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.66%

 BLUE value IS 58 (23.05% from 255) = 20%

R = 60.34%
G = 19.66%
B = 20%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF393A (or 0xAF393A) is known color: Mahogany. HEX triplet: AF, 39 and 3A. RGB value is (175,57,58). Sum of RGB (Red+Green+Blue) = 175+57+58=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF393A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF393A is #50C6C5. Grayscale: #5C5C5C. Windows color (decimal): -5293766 or 3815855. OLE color: 3815855.

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

Color convert

RGB 175 57 58 -
CMYK 0 0.67 0.67 0.31
HSL 359.49º 0.51% 0.45% -
HSV(B) 359.49º 0.67% 0.69% -
XYZ 19.91 12.35 5.34 -
YUV 92.4 108.59 186.92 -
System Red Green Blue C M Y K H S L
Decimal 175 57 58 0 0.67 0.67 0.31 359.49 0.51 0.45
Hex AF 39 3A 0 43 43 1F 167 33 2D
Octal 257 71 72 0 103 103 37 547 63 55
Binary 10101111 111001 111010 0 1000011 1000011 11111 101100111 110011 101101

Color Harmonies of #AF393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF393A

Black with #AF393A

Text Example


Text Example

White with #AF393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF393A; }

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

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

background-color css

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

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

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

border-color css

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

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

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