Html Css Color HEX #A2875E Sorrell Brown

📋 copy color: '#A2875E'

red 162 ◦ green 135 ◦ blue 94

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

Shades of Sorrell Brown #A2875E

Tints of Sorrell Brown #A2875E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.53%

 BLUE value IS 94 (37.11% from 255) = 24.04%

R = 41.43%
G = 34.53%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A2875E (or 0xA2875E) is known color: Sorrell Brown. HEX triplet: A2, 87 and 5E. RGB value is (162,135,94). Sum of RGB (Red+Green+Blue) = 162+135+94=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A2875E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2875E is #5D78A1. Grayscale: #8A8A8A. Windows color (decimal): -6125730 or 6195106. OLE color: 6195106.

HSL color Cylindrical-coordinate representation of color #A2875E: hue angle of 36.18º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2875E is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 135 94 -
CMYK 0 0.17 0.42 0.36
HSL 36.18º 0.27% 0.5% -
HSV(B) 36.18º 0.42% 0.64% -
XYZ 25.58 25.82 14.22 -
YUV 138.4 102.95 144.83 -
System Red Green Blue C M Y K H S L
Decimal 162 135 94 0 0.17 0.42 0.36 36.18 0.27 0.5
Hex A2 87 5E 0 11 2A 24 24 1B 32
Octal 242 207 136 0 21 52 44 44 33 62
Binary 10100010 10000111 1011110 0 10001 101010 100100 100100 11011 110010

Color Harmonies of #A2875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2875E

Black with #A2875E

Text Example


Text Example

White with #A2875E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2875E; }

 p { color: rgb(162,135,94); }

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

background-color css

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

 a { background-color: rgb(162,135,94); }

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

border-color css

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

 span { border-color: rgb(162,135,94); }

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