Html Css Color HEX #AF3436 Mahogany

📋 copy color: '#AF3436'

red 175 ◦ green 52 ◦ blue 54

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

Shades of Mahogany #AF3436

Tints of Mahogany #AF3436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.22%

R = 62.28%
G = 18.51%
B = 19.22%

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

#AF3436 (or 0xAF3436) is known color: Mahogany. HEX triplet: AF, 34 and 36. RGB value is (175,52,54). Sum of RGB (Red+Green+Blue) = 175+52+54=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3436 is #50CBC9. Grayscale: #595959. Windows color (decimal): -5295050 or 3552431. OLE color: 3552431.

HSL color Cylindrical-coordinate representation of color #AF3436: hue angle of 359.02º 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 #AF3436 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 52 54 -
CMYK 0 0.70 0.69 0.31
HSL 359.02º 0.54% 0.45% -
HSV(B) 359.02º 0.7% 0.69% -
XYZ 19.57 11.84 4.74 -
YUV 89.01 108.25 189.34 -
System Red Green Blue C M Y K H S L
Decimal 175 52 54 0 0.70 0.69 0.31 359.02 0.54 0.45
Hex AF 34 36 0 46 45 1F 167 36 2D
Octal 257 64 66 0 106 105 37 547 66 55
Binary 10101111 110100 110110 0 1000110 1000101 11111 101100111 110110 101101

Color Harmonies of #AF3436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3436

Black with #AF3436

Text Example


Text Example

White with #AF3436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3436; }

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

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

background-color css

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

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

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

border-color css

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

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

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