Html Css Color HEX #A38260 Sorrell Brown

📋 copy color: '#A38260'

red 163 ◦ green 130 ◦ blue 96

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

Shades of Sorrell Brown #A38260

Tints of Sorrell Brown #A38260

RGB

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

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

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

R = 41.9%
G = 33.42%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A38260 (or 0xA38260) is known color: Sorrell Brown. HEX triplet: A3, 82 and 60. RGB value is (163,130,96). Sum of RGB (Red+Green+Blue) = 163+130+96=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A38260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38260 is #5C7D9F. Grayscale: #888888. Windows color (decimal): -6061472 or 6324899. OLE color: 6324899.

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

Color convert

RGB 163 130 96 -
CMYK 0 0.20 0.41 0.36
HSL 30.45º 0.27% 0.51% -
HSV(B) 30.45º 0.41% 0.64% -
XYZ 25.2 24.6 14.49 -
YUV 135.99 105.43 147.26 -
System Red Green Blue C M Y K H S L
Decimal 163 130 96 0 0.20 0.41 0.36 30.45 0.27 0.51
Hex A3 82 60 0 14 29 24 1E 1B 33
Octal 243 202 140 0 24 51 44 36 33 63
Binary 10100011 10000010 1100000 0 10100 101001 100100 11110 11011 110011

Color Harmonies of #A38260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38260

Black with #A38260

Text Example


Text Example

White with #A38260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38260; }

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

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

background-color css

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

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

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

border-color css

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

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

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