Html Css Color HEX #A28360 Sorrell Brown

📋 copy color: '#A28360'

red 162 ◦ green 131 ◦ blue 96

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

Shades of Sorrell Brown #A28360

Tints of Sorrell Brown #A28360

RGB

 RED value IS 162 (63.67% from 255) = 41.65%

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

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

R = 41.65%
G = 33.68%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A28360 (or 0xA28360) is known color: Sorrell Brown. HEX triplet: A2, 83 and 60. RGB value is (162,131,96). Sum of RGB (Red+Green+Blue) = 162+131+96=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A28360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28360 is #5D7C9F. Grayscale: #888888. Windows color (decimal): -6126752 or 6325154. OLE color: 6325154.

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

Color convert

RGB 162 131 96 -
CMYK 0 0.19 0.41 0.36
HSL 31.82º 0.26% 0.51% -
HSV(B) 31.82º 0.41% 0.64% -
XYZ 25.13 24.76 14.52 -
YUV 136.28 105.27 146.35 -
System Red Green Blue C M Y K H S L
Decimal 162 131 96 0 0.19 0.41 0.36 31.82 0.26 0.51
Hex A2 83 60 0 13 29 24 20 1A 33
Octal 242 203 140 0 23 51 44 40 32 63
Binary 10100010 10000011 1100000 0 10011 101001 100100 100000 11010 110011

Color Harmonies of #A28360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28360

Black with #A28360

Text Example


Text Example

White with #A28360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28360; }

 p { color: rgb(162,131,96); }

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

background-color css

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

 a { background-color: rgb(162,131,96); }

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

border-color css

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

 span { border-color: rgb(162,131,96); }

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