Html Css Color HEX #A07E5E Sorrell Brown

📋 copy color: '#A07E5E'

red 160 ◦ green 126 ◦ blue 94

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

Shades of Sorrell Brown #A07E5E

Tints of Sorrell Brown #A07E5E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.16%

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

R = 42.11%
G = 33.16%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A07E5E (or 0xA07E5E) is known color: Sorrell Brown. HEX triplet: A0, 7E and 5E. RGB value is (160,126,94). Sum of RGB (Red+Green+Blue) = 160+126+94=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E5E is #5F81A1. Grayscale: #848484. Windows color (decimal): -6259106 or 6192800. OLE color: 6192800.

HSL color Cylindrical-coordinate representation of color #A07E5E: hue angle of 29.09º degrees, saturation: 0.26, 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 #A07E5E is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 126 94 -
CMYK 0 0.21 0.41 0.37
HSL 29.09º 0.26% 0.5% -
HSV(B) 29.09º 0.41% 0.63% -
XYZ 23.98 23.2 13.8 -
YUV 132.52 106.26 147.6 -
System Red Green Blue C M Y K H S L
Decimal 160 126 94 0 0.21 0.41 0.37 29.09 0.26 0.5
Hex A0 7E 5E 0 15 29 25 1D 1A 32
Octal 240 176 136 0 25 51 45 35 32 62
Binary 10100000 1111110 1011110 0 10101 101001 100101 11101 11010 110010

Color Harmonies of #A07E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E5E

Black with #A07E5E

Text Example


Text Example

White with #A07E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E5E; }

 p { color: rgb(160,126,94); }

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

background-color css

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

 a { background-color: rgb(160,126,94); }

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

border-color css

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

 span { border-color: rgb(160,126,94); }

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