Html Css Color HEX #AF383A Mahogany

📋 copy color: '#AF383A'

red 175 ◦ green 56 ◦ blue 58

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

Shades of Mahogany #AF383A

Tints of Mahogany #AF383A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.38%

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

R = 60.55%
G = 19.38%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF383A (or 0xAF383A) is known color: Mahogany. HEX triplet: AF, 38 and 3A. RGB value is (175,56,58). Sum of RGB (Red+Green+Blue) = 175+56+58=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF383A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF383A is #50C7C5. Grayscale: #5B5B5B. Windows color (decimal): -5294022 or 3815599. OLE color: 3815599.

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

Color convert

RGB 175 56 58 -
CMYK 0 0.68 0.67 0.31
HSL 358.99º 0.52% 0.45% -
HSV(B) 358.99º 0.68% 0.69% -
XYZ 19.86 12.25 5.32 -
YUV 91.81 108.92 187.34 -
System Red Green Blue C M Y K H S L
Decimal 175 56 58 0 0.68 0.67 0.31 358.99 0.52 0.45
Hex AF 38 3A 0 44 43 1F 167 34 2D
Octal 257 70 72 0 104 103 37 547 64 55
Binary 10101111 111000 111010 0 1000100 1000011 11111 101100111 110100 101101

Color Harmonies of #AF383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF383A

Black with #AF383A

Text Example


Text Example

White with #AF383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF383A; }

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

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

background-color css

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

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

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

border-color css

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

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

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