Html Css Color HEX #A07B5C Sorrell Brown

📋 copy color: '#A07B5C'

red 160 ◦ green 123 ◦ blue 92

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

Shades of Sorrell Brown #A07B5C

Tints of Sorrell Brown #A07B5C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.8%

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

R = 42.67%
G = 32.8%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A07B5C (or 0xA07B5C) is known color: Sorrell Brown. HEX triplet: A0, 7B and 5C. RGB value is (160,123,92). Sum of RGB (Red+Green+Blue) = 160+123+92=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07B5C is #5F84A3. Grayscale: #828282. Windows color (decimal): -6259876 or 6060960. OLE color: 6060960.

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

Color convert

RGB 160 123 92 -
CMYK 0 0.23 0.43 0.37
HSL 27.35º 0.27% 0.49% -
HSV(B) 27.35º 0.43% 0.63% -
XYZ 23.51 22.41 13.21 -
YUV 130.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 160 123 92 0 0.23 0.43 0.37 27.35 0.27 0.49
Hex A0 7B 5C 0 17 2B 25 1B 1B 31
Octal 240 173 134 0 27 53 45 33 33 61
Binary 10100000 1111011 1011100 0 10111 101011 100101 11011 11011 110001

Color Harmonies of #A07B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07B5C

Black with #A07B5C

Text Example


Text Example

White with #A07B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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