Html Css Color HEX #A07A5E Sorrell Brown

📋 copy color: '#A07A5E'

red 160 ◦ green 122 ◦ blue 94

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

Shades of Sorrell Brown #A07A5E

Tints of Sorrell Brown #A07A5E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.45%

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

R = 42.55%
G = 32.45%
B = 25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A07A5E (or 0xA07A5E) is known color: Sorrell Brown. HEX triplet: A0, 7A and 5E. RGB value is (160,122,94). Sum of RGB (Red+Green+Blue) = 160+122+94=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07A5E is #5F85A1. Grayscale: #828282. Windows color (decimal): -6260130 or 6191776. OLE color: 6191776.

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

Color convert

RGB 160 122 94 -
CMYK 0 0.24 0.41 0.37
HSL 25.45º 0.26% 0.5% -
HSV(B) 25.45º 0.41% 0.63% -
XYZ 23.48 22.2 13.64 -
YUV 130.17 107.59 149.28 -
System Red Green Blue C M Y K H S L
Decimal 160 122 94 0 0.24 0.41 0.37 25.45 0.26 0.5
Hex A0 7A 5E 0 18 29 25 19 1A 32
Octal 240 172 136 0 30 51 45 31 32 62
Binary 10100000 1111010 1011110 0 11000 101001 100101 11001 11010 110010

Color Harmonies of #A07A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07A5E

Black with #A07A5E

Text Example


Text Example

White with #A07A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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