Html Css Color HEX #A0825F Sorrell Brown

📋 copy color: '#A0825F'

red 160 ◦ green 130 ◦ blue 95

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

Shades of Sorrell Brown #A0825F

Tints of Sorrell Brown #A0825F

RGB

 RED value IS 160 (62.89% from 255) = 41.56%

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

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

R = 41.56%
G = 33.77%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0825F (or 0xA0825F) is known color: Sorrell Brown. HEX triplet: A0, 82 and 5F. RGB value is (160,130,95). Sum of RGB (Red+Green+Blue) = 160+130+95=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A0825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0825F is #5F7DA0. Grayscale: #878787. Windows color (decimal): -6258081 or 6259360. OLE color: 6259360.

HSL color Cylindrical-coordinate representation of color #A0825F: hue angle of 32.31º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0825F is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 130 95 -
CMYK 0 0.19 0.41 0.37
HSL 32.31º 0.25% 0.5% -
HSV(B) 32.31º 0.41% 0.63% -
XYZ 24.55 24.27 14.22 -
YUV 134.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 160 130 95 0 0.19 0.41 0.37 32.31 0.25 0.5
Hex A0 82 5F 0 13 29 25 20 19 32
Octal 240 202 137 0 23 51 45 40 31 62
Binary 10100000 10000010 1011111 0 10011 101001 100101 100000 11001 110010

Color Harmonies of #A0825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0825F

Black with #A0825F

Text Example


Text Example

White with #A0825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0825F; }

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

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

background-color css

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

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

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

border-color css

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

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

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