Html Css Color HEX #A07D5C Sorrell Brown

📋 copy color: '#A07D5C'

red 160 ◦ green 125 ◦ blue 92

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

Shades of Sorrell Brown #A07D5C

Tints of Sorrell Brown #A07D5C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.16%

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

R = 42.44%
G = 33.16%
B = 24.4%

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

#A07D5C (or 0xA07D5C) is known color: Sorrell Brown. HEX triplet: A0, 7D and 5C. RGB value is (160,125,92). Sum of RGB (Red+Green+Blue) = 160+125+92=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07D5C is #5F82A3. Grayscale: #838383. Windows color (decimal): -6259364 or 6061472. OLE color: 6061472.

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

Color convert

RGB 160 125 92 -
CMYK 0 0.22 0.43 0.37
HSL 29.12º 0.27% 0.49% -
HSV(B) 29.12º 0.43% 0.63% -
XYZ 23.76 22.91 13.3 -
YUV 131.7 105.6 148.18 -
System Red Green Blue C M Y K H S L
Decimal 160 125 92 0 0.22 0.43 0.37 29.12 0.27 0.49
Hex A0 7D 5C 0 16 2B 25 1D 1B 31
Octal 240 175 134 0 26 53 45 35 33 61
Binary 10100000 1111101 1011100 0 10110 101011 100101 11101 11011 110001

Color Harmonies of #A07D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D5C

Black with #A07D5C

Text Example


Text Example

White with #A07D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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