Html Css Color HEX #A27C5B Sorrell Brown

📋 copy color: '#A27C5B'

red 162 ◦ green 124 ◦ blue 91

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

Shades of Sorrell Brown #A27C5B

Tints of Sorrell Brown #A27C5B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.89%

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

R = 42.97%
G = 32.89%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A27C5B (or 0xA27C5B) is known color: Sorrell Brown. HEX triplet: A2, 7C and 5B. RGB value is (162,124,91). Sum of RGB (Red+Green+Blue) = 162+124+91=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27C5B is #5D83A4. Grayscale: #838383. Windows color (decimal): -6128549 or 5995682. OLE color: 5995682.

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

Color convert

RGB 162 124 91 -
CMYK 0 0.23 0.44 0.36
HSL 27.89º 0.28% 0.5% -
HSV(B) 27.89º 0.44% 0.64% -
XYZ 24 22.85 13.04 -
YUV 131.6 105.09 149.68 -
System Red Green Blue C M Y K H S L
Decimal 162 124 91 0 0.23 0.44 0.36 27.89 0.28 0.5
Hex A2 7C 5B 0 17 2C 24 1C 1C 32
Octal 242 174 133 0 27 54 44 34 34 62
Binary 10100010 1111100 1011011 0 10111 101100 100100 11100 11100 110010

Color Harmonies of #A27C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27C5B

Black with #A27C5B

Text Example


Text Example

White with #A27C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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