Html Css Color HEX #A25838 Vesuvius

📋 copy color: '#A25838'

red 162 ◦ green 88 ◦ blue 56

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

Shades of Vesuvius #A25838

Tints of Vesuvius #A25838

RGB

 RED value IS 162 (63.67% from 255) = 52.94%

 GREEN value IS 88 (34.77% from 255) = 28.76%

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

R = 52.94%
G = 28.76%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A25838 (or 0xA25838) is known color: Vesuvius. HEX triplet: A2, 58 and 38. RGB value is (162,88,56). Sum of RGB (Red+Green+Blue) = 162+88+56=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A25838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25838 is #5DA7C7. Grayscale: #6A6A6A. Windows color (decimal): -6137800 or 3692706. OLE color: 3692706.

HSL color Cylindrical-coordinate representation of color #A25838: hue angle of 18.11º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A25838 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 88 56 -
CMYK 0 0.46 0.65 0.36
HSL 18.11º 0.49% 0.43% -
HSV(B) 18.11º 0.65% 0.64% -
XYZ 19.1 14.95 5.62 -
YUV 106.48 99.52 167.6 -
System Red Green Blue C M Y K H S L
Decimal 162 88 56 0 0.46 0.65 0.36 18.11 0.49 0.43
Hex A2 58 38 0 2E 41 24 12 31 2B
Octal 242 130 70 0 56 101 44 22 61 53
Binary 10100010 1011000 111000 0 101110 1000001 100100 10010 110001 101011

Color Harmonies of #A25838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25838

Black with #A25838

Text Example


Text Example

White with #A25838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25838; }

 p { color: rgb(162,88,56); }

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

background-color css

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

 a { background-color: rgb(162,88,56); }

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

border-color css

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

 span { border-color: rgb(162,88,56); }

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