Html Css Color HEX #A08562 Sorrell Brown

📋 copy color: '#A08562'

red 160 ◦ green 133 ◦ blue 98

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

Shades of Sorrell Brown #A08562

Tints of Sorrell Brown #A08562

RGB

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

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

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

R = 40.92%
G = 34.02%
B = 25.06%

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

#A08562 (or 0xA08562) is known color: Sorrell Brown. HEX triplet: A0, 85 and 62. RGB value is (160,133,98). Sum of RGB (Red+Green+Blue) = 160+133+98=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A08562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08562 is #5F7A9D. Grayscale: #898989. Windows color (decimal): -6257310 or 6456736. OLE color: 6456736.

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

Color convert

RGB 160 133 98 -
CMYK 0 0.17 0.39 0.37
HSL 33.87º 0.25% 0.51% -
HSV(B) 33.87º 0.39% 0.63% -
XYZ 25.09 25.13 15.08 -
YUV 137.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 160 133 98 0 0.17 0.39 0.37 33.87 0.25 0.51
Hex A0 85 62 0 11 27 25 22 19 33
Octal 240 205 142 0 21 47 45 42 31 63
Binary 10100000 10000101 1100010 0 10001 100111 100101 100010 11001 110011

Color Harmonies of #A08562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08562

Black with #A08562

Text Example


Text Example

White with #A08562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08562; }

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

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

background-color css

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

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

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

border-color css

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

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

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