Html Css Color HEX #A08166 Sorrell Brown

📋 copy color: '#A08166'

red 160 ◦ green 129 ◦ blue 102

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

Shades of Sorrell Brown #A08166

Tints of Sorrell Brown #A08166

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.99%

 BLUE value IS 102 (40.23% from 255) = 26.09%

R = 40.92%
G = 32.99%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A08166 (or 0xA08166) is known color: Sorrell Brown. HEX triplet: A0, 81 and 66. RGB value is (160,129,102). Sum of RGB (Red+Green+Blue) = 160+129+102=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A08166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08166 is #5F7E99. Grayscale: #878787. Windows color (decimal): -6258330 or 6717856. OLE color: 6717856.

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

Color convert

RGB 160 129 102 -
CMYK 0 0.19 0.36 0.37
HSL 27.93º 0.23% 0.51% -
HSV(B) 27.93º 0.36% 0.63% -
XYZ 24.75 24.13 15.92 -
YUV 135.19 109.27 145.7 -
System Red Green Blue C M Y K H S L
Decimal 160 129 102 0 0.19 0.36 0.37 27.93 0.23 0.51
Hex A0 81 66 0 13 24 25 1C 17 33
Octal 240 201 146 0 23 44 45 34 27 63
Binary 10100000 10000001 1100110 0 10011 100100 100101 11100 10111 110011

Color Harmonies of #A08166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08166

Black with #A08166

Text Example


Text Example

White with #A08166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08166; }

 p { color: rgb(160,129,102); }

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

background-color css

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

 a { background-color: rgb(160,129,102); }

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

border-color css

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

 span { border-color: rgb(160,129,102); }

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