Html Css Color HEX #A75A2D Vesuvius

📋 copy color: '#A75A2D'

red 167 ◦ green 90 ◦ blue 45

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

Shades of Vesuvius #A75A2D

Tints of Vesuvius #A75A2D

RGB

 RED value IS 167 (65.63% from 255) = 55.3%

 GREEN value IS 90 (35.55% from 255) = 29.8%

 BLUE value IS 45 (17.97% from 255) = 14.9%

R = 55.3%
G = 29.8%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A75A2D (or 0xA75A2D) is known color: Vesuvius. HEX triplet: A7, 5A and 2D. RGB value is (167,90,45). Sum of RGB (Red+Green+Blue) = 167+90+45=302 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.30% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75A2D is #58A5D2. Grayscale: #6C6C6C. Windows color (decimal): -5809619 or 2972327. OLE color: 2972327.

HSL color Cylindrical-coordinate representation of color #A75A2D: hue angle of 22.13º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A75A2D is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 90 45 -
CMYK 0 0.46 0.73 0.35
HSL 22.13º 0.58% 0.42% -
HSV(B) 22.13º 0.73% 0.65% -
XYZ 20.07 15.72 4.46 -
YUV 107.89 92.51 170.16 -
System Red Green Blue C M Y K H S L
Decimal 167 90 45 0 0.46 0.73 0.35 22.13 0.58 0.42
Hex A7 5A 2D 0 2E 49 23 16 3A 2A
Octal 247 132 55 0 56 111 43 26 72 52
Binary 10100111 1011010 101101 0 101110 1001001 100011 10110 111010 101010

Color Harmonies of #A75A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75A2D

Black with #A75A2D

Text Example


Text Example

White with #A75A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75A2D; }

 p { color: rgb(167,90,45); }

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

background-color css

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

 a { background-color: rgb(167,90,45); }

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

border-color css

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

 span { border-color: rgb(167,90,45); }

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