Html Css Color HEX #A28561 Sorrell Brown

📋 copy color: '#A28561'

red 162 ◦ green 133 ◦ blue 97

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

Shades of Sorrell Brown #A28561

Tints of Sorrell Brown #A28561

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.93%

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

R = 41.33%
G = 33.93%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A28561 (or 0xA28561) is known color: Sorrell Brown. HEX triplet: A2, 85 and 61. RGB value is (162,133,97). Sum of RGB (Red+Green+Blue) = 162+133+97=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A28561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28561 is #5D7A9E. Grayscale: #898989. Windows color (decimal): -6126239 or 6391202. OLE color: 6391202.

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

Color convert

RGB 162 133 97 -
CMYK 0 0.18 0.40 0.36
HSL 33.23º 0.26% 0.51% -
HSV(B) 33.23º 0.4% 0.64% -
XYZ 25.45 25.32 14.86 -
YUV 137.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 162 133 97 0 0.18 0.40 0.36 33.23 0.26 0.51
Hex A2 85 61 0 12 28 24 21 1A 33
Octal 242 205 141 0 22 50 44 41 32 63
Binary 10100010 10000101 1100001 0 10010 101000 100100 100001 11010 110011

Color Harmonies of #A28561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28561

Black with #A28561

Text Example


Text Example

White with #A28561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28561; }

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

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

background-color css

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

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

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

border-color css

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

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

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