Html Css Color HEX #A2805A Sorrell Brown

📋 copy color: '#A2805A'

red 162 ◦ green 128 ◦ blue 90

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

Shades of Sorrell Brown #A2805A

Tints of Sorrell Brown #A2805A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.68%

R = 42.63%
G = 33.68%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A2805A (or 0xA2805A) is known color: Sorrell Brown. HEX triplet: A2, 80 and 5A. RGB value is (162,128,90). Sum of RGB (Red+Green+Blue) = 162+128+90=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A2805A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2805A is #5D7FA5. Grayscale: #868686. Windows color (decimal): -6127526 or 5931170. OLE color: 5931170.

HSL color Cylindrical-coordinate representation of color #A2805A: hue angle of 31.67º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2805A is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 128 90 -
CMYK 0 0.21 0.44 0.36
HSL 31.67º 0.29% 0.49% -
HSV(B) 31.67º 0.44% 0.64% -
XYZ 24.46 23.86 12.99 -
YUV 133.83 103.26 148.09 -
System Red Green Blue C M Y K H S L
Decimal 162 128 90 0 0.21 0.44 0.36 31.67 0.29 0.49
Hex A2 80 5A 0 15 2C 24 20 1D 31
Octal 242 200 132 0 25 54 44 40 35 61
Binary 10100010 10000000 1011010 0 10101 101100 100100 100000 11101 110001

Color Harmonies of #A2805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2805A

Black with #A2805A

Text Example


Text Example

White with #A2805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2805A; }

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

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

background-color css

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

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

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

border-color css

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

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

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