Html Css Color HEX #A07E5F Sorrell Brown

📋 copy color: '#A07E5F'

red 160 ◦ green 126 ◦ blue 95

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

Shades of Sorrell Brown #A07E5F

Tints of Sorrell Brown #A07E5F

RGB

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

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

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

R = 41.99%
G = 33.07%
B = 24.93%

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

#A07E5F (or 0xA07E5F) is known color: Sorrell Brown. HEX triplet: A0, 7E and 5F. RGB value is (160,126,95). Sum of RGB (Red+Green+Blue) = 160+126+95=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E5F is #5F81A0. Grayscale: #848484. Windows color (decimal): -6259105 or 6258336. OLE color: 6258336.

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

Color convert

RGB 160 126 95 -
CMYK 0 0.21 0.41 0.37
HSL 28.62º 0.25% 0.5% -
HSV(B) 28.62º 0.41% 0.63% -
XYZ 24.02 23.22 14.04 -
YUV 132.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 160 126 95 0 0.21 0.41 0.37 28.62 0.25 0.5
Hex A0 7E 5F 0 15 29 25 1D 19 32
Octal 240 176 137 0 25 51 45 35 31 62
Binary 10100000 1111110 1011111 0 10101 101001 100101 11101 11001 110010

Color Harmonies of #A07E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E5F

Black with #A07E5F

Text Example


Text Example

White with #A07E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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