Html Css Color HEX #A27A5B Sorrell Brown

📋 copy color: '#A27A5B'

red 162 ◦ green 122 ◦ blue 91

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

Shades of Sorrell Brown #A27A5B

Tints of Sorrell Brown #A27A5B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.53%

 BLUE value IS 91 (35.94% from 255) = 24.27%

R = 43.2%
G = 32.53%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A27A5B (or 0xA27A5B) is known color: Sorrell Brown. HEX triplet: A2, 7A and 5B. RGB value is (162,122,91). Sum of RGB (Red+Green+Blue) = 162+122+91=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27A5B is #5D85A4. Grayscale: #828282. Windows color (decimal): -6129061 or 5995170. OLE color: 5995170.

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

Color convert

RGB 162 122 91 -
CMYK 0 0.25 0.44 0.36
HSL 26.2º 0.28% 0.5% -
HSV(B) 26.2º 0.44% 0.64% -
XYZ 23.75 22.36 12.96 -
YUV 130.43 105.75 150.52 -
System Red Green Blue C M Y K H S L
Decimal 162 122 91 0 0.25 0.44 0.36 26.2 0.28 0.5
Hex A2 7A 5B 0 19 2C 24 1A 1C 32
Octal 242 172 133 0 31 54 44 32 34 62
Binary 10100010 1111010 1011011 0 11001 101100 100100 11010 11100 110010

Color Harmonies of #A27A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27A5B

Black with #A27A5B

Text Example


Text Example

White with #A27A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27A5B; }

 p { color: rgb(162,122,91); }

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

background-color css

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

 a { background-color: rgb(162,122,91); }

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

border-color css

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

 span { border-color: rgb(162,122,91); }

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