Html Css Color HEX #A08064 Sorrell Brown

📋 copy color: '#A08064'

red 160 ◦ green 128 ◦ blue 100

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

Shades of Sorrell Brown #A08064

Tints of Sorrell Brown #A08064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.77%

R = 41.24%
G = 32.99%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A08064 (or 0xA08064) is known color: Sorrell Brown. HEX triplet: A0, 80 and 64. RGB value is (160,128,100). Sum of RGB (Red+Green+Blue) = 160+128+100=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A08064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08064 is #5F7F9B. Grayscale: #868686. Windows color (decimal): -6258588 or 6586528. OLE color: 6586528.

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

Color convert

RGB 160 128 100 -
CMYK 0 0.20 0.38 0.37
HSL 28º 0.24% 0.51% -
HSV(B) 28º 0.38% 0.63% -
XYZ 24.52 23.83 15.36 -
YUV 134.38 108.6 146.28 -
System Red Green Blue C M Y K H S L
Decimal 160 128 100 0 0.20 0.38 0.37 28 0.24 0.51
Hex A0 80 64 0 14 26 25 1C 18 33
Octal 240 200 144 0 24 46 45 34 30 63
Binary 10100000 10000000 1100100 0 10100 100110 100101 11100 11000 110011

Color Harmonies of #A08064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08064

Black with #A08064

Text Example


Text Example

White with #A08064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08064; }

 p { color: rgb(160,128,100); }

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

background-color css

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

 a { background-color: rgb(160,128,100); }

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

border-color css

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

 span { border-color: rgb(160,128,100); }

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