Html Css Color HEX #A28061 Sorrell Brown

📋 copy color: '#A28061'

red 162 ◦ green 128 ◦ blue 97

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

Shades of Sorrell Brown #A28061

Tints of Sorrell Brown #A28061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.07%

 BLUE value IS 97 (38.28% from 255) = 25.06%

R = 41.86%
G = 33.07%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A28061 (or 0xA28061) is known color: Sorrell Brown. HEX triplet: A2, 80 and 61. RGB value is (162,128,97). Sum of RGB (Red+Green+Blue) = 162+128+97=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A28061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28061 is #5D7F9E. Grayscale: #868686. Windows color (decimal): -6127519 or 6389922. OLE color: 6389922.

HSL color Cylindrical-coordinate representation of color #A28061: hue angle of 28.62º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A28061 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 128 97 -
CMYK 0 0.21 0.40 0.36
HSL 28.62º 0.26% 0.51% -
HSV(B) 28.62º 0.4% 0.64% -
XYZ 24.78 23.98 14.63 -
YUV 134.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 162 128 97 0 0.21 0.40 0.36 28.62 0.26 0.51
Hex A2 80 61 0 15 28 24 1D 1A 33
Octal 242 200 141 0 25 50 44 35 32 63
Binary 10100010 10000000 1100001 0 10101 101000 100100 11101 11010 110011

Color Harmonies of #A28061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28061

Black with #A28061

Text Example


Text Example

White with #A28061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28061; }

 p { color: rgb(162,128,97); }

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

background-color css

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

 a { background-color: rgb(162,128,97); }

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

border-color css

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

 span { border-color: rgb(162,128,97); }

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