Html Css Color HEX #A08266 Sorrell Brown

📋 copy color: '#A08266'

red 160 ◦ green 130 ◦ blue 102

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

Shades of Sorrell Brown #A08266

Tints of Sorrell Brown #A08266

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.16%

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

R = 40.82%
G = 33.16%
B = 26.02%

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

#A08266 (or 0xA08266) is known color: Sorrell Brown. HEX triplet: A0, 82 and 66. RGB value is (160,130,102). Sum of RGB (Red+Green+Blue) = 160+130+102=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A08266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08266 is #5F7D99. Grayscale: #878787. Windows color (decimal): -6258074 or 6718112. OLE color: 6718112.

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

Color convert

RGB 160 130 102 -
CMYK 0 0.19 0.36 0.37
HSL 28.97º 0.23% 0.51% -
HSV(B) 28.97º 0.36% 0.63% -
XYZ 24.88 24.4 15.97 -
YUV 135.78 108.94 145.28 -
System Red Green Blue C M Y K H S L
Decimal 160 130 102 0 0.19 0.36 0.37 28.97 0.23 0.51
Hex A0 82 66 0 13 24 25 1D 17 33
Octal 240 202 146 0 23 44 45 35 27 63
Binary 10100000 10000010 1100110 0 10011 100100 100101 11101 10111 110011

Color Harmonies of #A08266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08266

Black with #A08266

Text Example


Text Example

White with #A08266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08266; }

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

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

background-color css

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

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

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

border-color css

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

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

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