Html Css Color HEX #A38660 Sorrell Brown

📋 copy color: '#A38660'

red 163 ◦ green 134 ◦ blue 96

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

Shades of Sorrell Brown #A38660

Tints of Sorrell Brown #A38660

RGB

 RED value IS 163 (64.06% from 255) = 41.48%

 GREEN value IS 134 (52.73% from 255) = 34.1%

 BLUE value IS 96 (37.89% from 255) = 24.43%

R = 41.48%
G = 34.1%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A38660 (or 0xA38660) is known color: Sorrell Brown. HEX triplet: A3, 86 and 60. RGB value is (163,134,96). Sum of RGB (Red+Green+Blue) = 163+134+96=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A38660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38660 is #5C799F. Grayscale: #8A8A8A. Windows color (decimal): -6060448 or 6325923. OLE color: 6325923.

HSL color Cylindrical-coordinate representation of color #A38660: hue angle of 34.03º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A38660 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 134 96 -
CMYK 0 0.18 0.41 0.36
HSL 34.03º 0.27% 0.51% -
HSV(B) 34.03º 0.41% 0.64% -
XYZ 25.74 25.68 14.67 -
YUV 138.34 104.11 145.59 -
System Red Green Blue C M Y K H S L
Decimal 163 134 96 0 0.18 0.41 0.36 34.03 0.27 0.51
Hex A3 86 60 0 12 29 24 22 1B 33
Octal 243 206 140 0 22 51 44 42 33 63
Binary 10100011 10000110 1100000 0 10010 101001 100100 100010 11011 110011

Color Harmonies of #A38660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38660

Black with #A38660

Text Example


Text Example

White with #A38660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38660; }

 p { color: rgb(163,134,96); }

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

background-color css

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

 a { background-color: rgb(163,134,96); }

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

border-color css

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

 span { border-color: rgb(163,134,96); }

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