Html Css Color HEX #A07E61 Sorrell Brown

📋 copy color: '#A07E61'

red 160 ◦ green 126 ◦ blue 97

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

Shades of Sorrell Brown #A07E61

Tints of Sorrell Brown #A07E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.33%

R = 41.78%
G = 32.9%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A07E61 (or 0xA07E61) is known color: Sorrell Brown. HEX triplet: A0, 7E and 61. RGB value is (160,126,97). Sum of RGB (Red+Green+Blue) = 160+126+97=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E61 is #5F819E. Grayscale: #858585. Windows color (decimal): -6259103 or 6389408. OLE color: 6389408.

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

Color convert

RGB 160 126 97 -
CMYK 0 0.21 0.39 0.37
HSL 27.62º 0.25% 0.5% -
HSV(B) 27.62º 0.39% 0.63% -
XYZ 24.12 23.26 14.53 -
YUV 132.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 160 126 97 0 0.21 0.39 0.37 27.62 0.25 0.5
Hex A0 7E 61 0 15 27 25 1C 19 32
Octal 240 176 141 0 25 47 45 34 31 62
Binary 10100000 1111110 1100001 0 10101 100111 100101 11100 11001 110010

Color Harmonies of #A07E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E61

Black with #A07E61

Text Example


Text Example

White with #A07E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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