Html Css Color HEX #A07C5C Sorrell Brown

📋 copy color: '#A07C5C'

red 160 ◦ green 124 ◦ blue 92

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

Shades of Sorrell Brown #A07C5C

Tints of Sorrell Brown #A07C5C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.98%

 BLUE value IS 92 (36.33% from 255) = 24.47%

R = 42.55%
G = 32.98%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A07C5C (or 0xA07C5C) is known color: Sorrell Brown. HEX triplet: A0, 7C and 5C. RGB value is (160,124,92). Sum of RGB (Red+Green+Blue) = 160+124+92=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07C5C is #5F83A3. Grayscale: #838383. Windows color (decimal): -6259620 or 6061216. OLE color: 6061216.

HSL color Cylindrical-coordinate representation of color #A07C5C: hue angle of 28.24º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A07C5C is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 124 92 -
CMYK 0 0.22 0.43 0.37
HSL 28.24º 0.27% 0.49% -
HSV(B) 28.24º 0.43% 0.63% -
XYZ 23.64 22.66 13.25 -
YUV 131.12 105.93 148.6 -
System Red Green Blue C M Y K H S L
Decimal 160 124 92 0 0.22 0.43 0.37 28.24 0.27 0.49
Hex A0 7C 5C 0 16 2B 25 1C 1B 31
Octal 240 174 134 0 26 53 45 34 33 61
Binary 10100000 1111100 1011100 0 10110 101011 100101 11100 11011 110001

Color Harmonies of #A07C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07C5C

Black with #A07C5C

Text Example


Text Example

White with #A07C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07C5C; }

 p { color: rgb(160,124,92); }

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

background-color css

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

 a { background-color: rgb(160,124,92); }

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

border-color css

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

 span { border-color: rgb(160,124,92); }

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