Html Css Color HEX #A18063 Sorrell Brown

📋 copy color: '#A18063'

red 161 ◦ green 128 ◦ blue 99

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

Shades of Sorrell Brown #A18063

Tints of Sorrell Brown #A18063

RGB

 RED value IS 161 (63.28% from 255) = 41.49%

 GREEN value IS 128 (50.39% from 255) = 32.99%

 BLUE value IS 99 (39.06% from 255) = 25.52%

R = 41.49%
G = 32.99%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A18063 (or 0xA18063) is known color: Sorrell Brown. HEX triplet: A1, 80 and 63. RGB value is (161,128,99). Sum of RGB (Red+Green+Blue) = 161+128+99=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A18063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18063 is #5E7F9C. Grayscale: #868686. Windows color (decimal): -6193053 or 6520993. OLE color: 6520993.

HSL color Cylindrical-coordinate representation of color #A18063: hue angle of 28.06º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A18063 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 128 99 -
CMYK 0 0.20 0.39 0.37
HSL 28.06º 0.25% 0.51% -
HSV(B) 28.06º 0.39% 0.63% -
XYZ 24.67 23.92 15.12 -
YUV 134.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 161 128 99 0 0.20 0.39 0.37 28.06 0.25 0.51
Hex A1 80 63 0 14 27 25 1C 19 33
Octal 241 200 143 0 24 47 45 34 31 63
Binary 10100001 10000000 1100011 0 10100 100111 100101 11100 11001 110011

Color Harmonies of #A18063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18063

Black with #A18063

Text Example


Text Example

White with #A18063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18063; }

 p { color: rgb(161,128,99); }

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

background-color css

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

 a { background-color: rgb(161,128,99); }

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

border-color css

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

 span { border-color: rgb(161,128,99); }

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