Html Css Color HEX #AF3438 Mahogany

📋 copy color: '#AF3438'

red 175 ◦ green 52 ◦ blue 56

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

Shades of Mahogany #AF3438

Tints of Mahogany #AF3438

RGB

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

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

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

R = 61.84%
G = 18.37%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF3438 (or 0xAF3438) is known color: Mahogany. HEX triplet: AF, 34 and 38. RGB value is (175,52,56). Sum of RGB (Red+Green+Blue) = 175+52+56=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3438 is #50CBC7. Grayscale: #595959. Windows color (decimal): -5295048 or 3683503. OLE color: 3683503.

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

Color convert

RGB 175 52 56 -
CMYK 0 0.70 0.68 0.31
HSL 358.05º 0.54% 0.45% -
HSV(B) 358.05º 0.7% 0.69% -
XYZ 19.62 11.86 5 -
YUV 89.23 109.25 189.17 -
System Red Green Blue C M Y K H S L
Decimal 175 52 56 0 0.70 0.68 0.31 358.05 0.54 0.45
Hex AF 34 38 0 46 44 1F 166 36 2D
Octal 257 64 70 0 106 104 37 546 66 55
Binary 10101111 110100 111000 0 1000110 1000100 11111 101100110 110110 101101

Color Harmonies of #AF3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3438

Black with #AF3438

Text Example


Text Example

White with #AF3438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3438; }

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

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

background-color css

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

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

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

border-color css

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

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

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