Html Css Color HEX #A18562 Sorrell Brown

📋 copy color: '#A18562'

red 161 ◦ green 133 ◦ blue 98

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

Shades of Sorrell Brown #A18562

Tints of Sorrell Brown #A18562

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.93%

 BLUE value IS 98 (38.67% from 255) = 25%

R = 41.07%
G = 33.93%
B = 25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A18562 (or 0xA18562) is known color: Sorrell Brown. HEX triplet: A1, 85 and 62. RGB value is (161,133,98). Sum of RGB (Red+Green+Blue) = 161+133+98=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A18562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18562 is #5E7A9D. Grayscale: #898989. Windows color (decimal): -6191774 or 6456737. OLE color: 6456737.

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

Color convert

RGB 161 133 98 -
CMYK 0 0.17 0.39 0.37
HSL 33.33º 0.25% 0.51% -
HSV(B) 33.33º 0.39% 0.63% -
XYZ 25.29 25.23 15.09 -
YUV 137.38 105.78 144.85 -
System Red Green Blue C M Y K H S L
Decimal 161 133 98 0 0.17 0.39 0.37 33.33 0.25 0.51
Hex A1 85 62 0 11 27 25 21 19 33
Octal 241 205 142 0 21 47 45 41 31 63
Binary 10100001 10000101 1100010 0 10001 100111 100101 100001 11001 110011

Color Harmonies of #A18562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18562

Black with #A18562

Text Example


Text Example

White with #A18562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18562; }

 p { color: rgb(161,133,98); }

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

background-color css

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

 a { background-color: rgb(161,133,98); }

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

border-color css

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

 span { border-color: rgb(161,133,98); }

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