Html Css Color HEX #A07E5B Sorrell Brown

📋 copy color: '#A07E5B'

red 160 ◦ green 126 ◦ blue 91

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

Shades of Sorrell Brown #A07E5B

Tints of Sorrell Brown #A07E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.14%

R = 42.44%
G = 33.42%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A07E5B (or 0xA07E5B) is known color: Sorrell Brown. HEX triplet: A0, 7E and 5B. RGB value is (160,126,91). Sum of RGB (Red+Green+Blue) = 160+126+91=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E5B is #5F81A4. Grayscale: #848484. Windows color (decimal): -6259109 or 5996192. OLE color: 5996192.

HSL color Cylindrical-coordinate representation of color #A07E5B: hue angle of 30.43º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A07E5B is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 126 91 -
CMYK 0 0.21 0.43 0.37
HSL 30.43º 0.27% 0.49% -
HSV(B) 30.43º 0.43% 0.63% -
XYZ 23.85 23.15 13.11 -
YUV 132.18 104.76 147.85 -
System Red Green Blue C M Y K H S L
Decimal 160 126 91 0 0.21 0.43 0.37 30.43 0.27 0.49
Hex A0 7E 5B 0 15 2B 25 1E 1B 31
Octal 240 176 133 0 25 53 45 36 33 61
Binary 10100000 1111110 1011011 0 10101 101011 100101 11110 11011 110001

Color Harmonies of #A07E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E5B

Black with #A07E5B

Text Example


Text Example

White with #A07E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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