Html Css Color HEX #A08364 Sorrell Brown

📋 copy color: '#A08364'

red 160 ◦ green 131 ◦ blue 100

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

Shades of Sorrell Brown #A08364

Tints of Sorrell Brown #A08364

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.5%

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

R = 40.92%
G = 33.5%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A08364 (or 0xA08364) is known color: Sorrell Brown. HEX triplet: A0, 83 and 64. RGB value is (160,131,100). Sum of RGB (Red+Green+Blue) = 160+131+100=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A08364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08364 is #5F7C9B. Grayscale: #888888. Windows color (decimal): -6257820 or 6587296. OLE color: 6587296.

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

Color convert

RGB 160 131 100 -
CMYK 0 0.18 0.38 0.37
HSL 31º 0.24% 0.51% -
HSV(B) 31º 0.38% 0.63% -
XYZ 24.91 24.63 15.5 -
YUV 136.14 107.61 145.02 -
System Red Green Blue C M Y K H S L
Decimal 160 131 100 0 0.18 0.38 0.37 31 0.24 0.51
Hex A0 83 64 0 12 26 25 1F 18 33
Octal 240 203 144 0 22 46 45 37 30 63
Binary 10100000 10000011 1100100 0 10010 100110 100101 11111 11000 110011

Color Harmonies of #A08364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08364

Black with #A08364

Text Example


Text Example

White with #A08364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08364; }

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

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

background-color css

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

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

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

border-color css

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

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

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