Html Css Color HEX #A07E62 Sorrell Brown

📋 copy color: '#A07E62'

red 160 ◦ green 126 ◦ blue 98

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

Shades of Sorrell Brown #A07E62

Tints of Sorrell Brown #A07E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.52%

R = 41.67%
G = 32.81%
B = 25.52%

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

#A07E62 (or 0xA07E62) is known color: Sorrell Brown. HEX triplet: A0, 7E and 62. RGB value is (160,126,98). Sum of RGB (Red+Green+Blue) = 160+126+98=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E62 is #5F819D. Grayscale: #858585. Windows color (decimal): -6259102 or 6454944. OLE color: 6454944.

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

Color convert

RGB 160 126 98 -
CMYK 0 0.21 0.39 0.37
HSL 27.1º 0.25% 0.51% -
HSV(B) 27.1º 0.39% 0.63% -
XYZ 24.16 23.28 14.77 -
YUV 132.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 160 126 98 0 0.21 0.39 0.37 27.1 0.25 0.51
Hex A0 7E 62 0 15 27 25 1B 19 33
Octal 240 176 142 0 25 47 45 33 31 63
Binary 10100000 1111110 1100010 0 10101 100111 100101 11011 11001 110011

Color Harmonies of #A07E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E62

Black with #A07E62

Text Example


Text Example

White with #A07E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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