Html Css Color HEX #A48260 Sorrell Brown

📋 copy color: '#A48260'

red 164 ◦ green 130 ◦ blue 96

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

Shades of Sorrell Brown #A48260

Tints of Sorrell Brown #A48260

RGB

 RED value IS 164 (64.45% from 255) = 42.05%

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

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

R = 42.05%
G = 33.33%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A48260 (or 0xA48260) is known color: Sorrell Brown. HEX triplet: A4, 82 and 60. RGB value is (164,130,96). Sum of RGB (Red+Green+Blue) = 164+130+96=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A48260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48260 is #5B7D9F. Grayscale: #888888. Windows color (decimal): -5995936 or 6324900. OLE color: 6324900.

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

Color convert

RGB 164 130 96 -
CMYK 0 0.21 0.41 0.36
HSL 30º 0.27% 0.51% -
HSV(B) 30º 0.41% 0.64% -
XYZ 25.4 24.7 14.5 -
YUV 136.29 105.26 147.76 -
System Red Green Blue C M Y K H S L
Decimal 164 130 96 0 0.21 0.41 0.36 30 0.27 0.51
Hex A4 82 60 0 15 29 24 1E 1B 33
Octal 244 202 140 0 25 51 44 36 33 63
Binary 10100100 10000010 1100000 0 10101 101001 100100 11110 11011 110011

Color Harmonies of #A48260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48260

Black with #A48260

Text Example


Text Example

White with #A48260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48260; }

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

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

background-color css

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

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

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

border-color css

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

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

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