Html Css Color HEX #A07A5D Sorrell Brown

📋 copy color: '#A07A5D'

red 160 ◦ green 122 ◦ blue 93

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

Shades of Sorrell Brown #A07A5D

Tints of Sorrell Brown #A07A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.8%

R = 42.67%
G = 32.53%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A07A5D (or 0xA07A5D) is known color: Sorrell Brown. HEX triplet: A0, 7A and 5D. RGB value is (160,122,93). Sum of RGB (Red+Green+Blue) = 160+122+93=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07A5D is #5F85A2. Grayscale: #828282. Windows color (decimal): -6260131 or 6126240. OLE color: 6126240.

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

Color convert

RGB 160 122 93 -
CMYK 0 0.24 0.42 0.37
HSL 25.97º 0.26% 0.5% -
HSV(B) 25.97º 0.42% 0.63% -
XYZ 23.43 22.18 13.4 -
YUV 130.06 107.09 149.36 -
System Red Green Blue C M Y K H S L
Decimal 160 122 93 0 0.24 0.42 0.37 25.97 0.26 0.5
Hex A0 7A 5D 0 18 2A 25 1A 1A 32
Octal 240 172 135 0 30 52 45 32 32 62
Binary 10100000 1111010 1011101 0 11000 101010 100101 11010 11010 110010

Color Harmonies of #A07A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07A5D

Black with #A07A5D

Text Example


Text Example

White with #A07A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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