Html Css Color HEX #A2825F Sorrell Brown

📋 copy color: '#A2825F'

red 162 ◦ green 130 ◦ blue 95

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

Shades of Sorrell Brown #A2825F

Tints of Sorrell Brown #A2825F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.59%

 BLUE value IS 95 (37.5% from 255) = 24.55%

R = 41.86%
G = 33.59%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A2825F (or 0xA2825F) is known color: Sorrell Brown. HEX triplet: A2, 82 and 5F. RGB value is (162,130,95). Sum of RGB (Red+Green+Blue) = 162+130+95=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A2825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2825F is #5D7DA0. Grayscale: #878787. Windows color (decimal): -6127009 or 6259362. OLE color: 6259362.

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

Color convert

RGB 162 130 95 -
CMYK 0 0.20 0.41 0.36
HSL 31.34º 0.26% 0.5% -
HSV(B) 31.34º 0.41% 0.64% -
XYZ 24.95 24.47 14.24 -
YUV 135.58 105.1 146.85 -
System Red Green Blue C M Y K H S L
Decimal 162 130 95 0 0.20 0.41 0.36 31.34 0.26 0.5
Hex A2 82 5F 0 14 29 24 1F 1A 32
Octal 242 202 137 0 24 51 44 37 32 62
Binary 10100010 10000010 1011111 0 10100 101001 100100 11111 11010 110010

Color Harmonies of #A2825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2825F

Black with #A2825F

Text Example


Text Example

White with #A2825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2825F; }

 p { color: rgb(162,130,95); }

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

background-color css

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

 a { background-color: rgb(162,130,95); }

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

border-color css

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

 span { border-color: rgb(162,130,95); }

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