Html Css Color HEX #AF5735 Vesuvius

📋 copy color: '#AF5735'

red 175 ◦ green 87 ◦ blue 53

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

Shades of Vesuvius #AF5735

Tints of Vesuvius #AF5735

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.62%

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 55.56%
G = 27.62%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF5735 (or 0xAF5735) is known color: Vesuvius. HEX triplet: AF, 57 and 35. RGB value is (175,87,53). Sum of RGB (Red+Green+Blue) = 175+87+53=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5735 is #50A8CA. Grayscale: #6D6D6D. Windows color (decimal): -5286091 or 3495855. OLE color: 3495855.

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

Color convert

RGB 175 87 53 -
CMYK 0 0.50 0.70 0.31
HSL 16.72º 0.54% 0.45% -
HSV(B) 16.72º 0.7% 0.69% -
XYZ 21.73 16.19 5.35 -
YUV 109.44 96.15 174.76 -
System Red Green Blue C M Y K H S L
Decimal 175 87 53 0 0.50 0.70 0.31 16.72 0.54 0.45
Hex AF 57 35 0 32 46 1F 11 36 2D
Octal 257 127 65 0 62 106 37 21 66 55
Binary 10101111 1010111 110101 0 110010 1000110 11111 10001 110110 101101

Color Harmonies of #AF5735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5735

Black with #AF5735

Text Example


Text Example

White with #AF5735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5735; }

 p { color: rgb(175,87,53); }

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

background-color css

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

 a { background-color: rgb(175,87,53); }

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

border-color css

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

 span { border-color: rgb(175,87,53); }

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