Html Css Color HEX #A28461 Sorrell Brown

📋 copy color: '#A28461'

red 162 ◦ green 132 ◦ blue 97

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

Shades of Sorrell Brown #A28461

Tints of Sorrell Brown #A28461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.76%

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

R = 41.43%
G = 33.76%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A28461 (or 0xA28461) is known color: Sorrell Brown. HEX triplet: A2, 84 and 61. RGB value is (162,132,97). Sum of RGB (Red+Green+Blue) = 162+132+97=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A28461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28461 is #5D7B9E. Grayscale: #898989. Windows color (decimal): -6126495 or 6390946. OLE color: 6390946.

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

Color convert

RGB 162 132 97 -
CMYK 0 0.19 0.40 0.36
HSL 32.31º 0.26% 0.51% -
HSV(B) 32.31º 0.4% 0.64% -
XYZ 25.31 25.05 14.81 -
YUV 136.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 162 132 97 0 0.19 0.40 0.36 32.31 0.26 0.51
Hex A2 84 61 0 13 28 24 20 1A 33
Octal 242 204 141 0 23 50 44 40 32 63
Binary 10100010 10000100 1100001 0 10011 101000 100100 100000 11010 110011

Color Harmonies of #A28461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28461

Black with #A28461

Text Example


Text Example

White with #A28461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28461; }

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

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

background-color css

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

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

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

border-color css

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

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

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