Html Css Color HEX #A27C5E Sorrell Brown

📋 copy color: '#A27C5E'

red 162 ◦ green 124 ◦ blue 94

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

Shades of Sorrell Brown #A27C5E

Tints of Sorrell Brown #A27C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.74%

R = 42.63%
G = 32.63%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A27C5E (or 0xA27C5E) is known color: Sorrell Brown. HEX triplet: A2, 7C and 5E. RGB value is (162,124,94). Sum of RGB (Red+Green+Blue) = 162+124+94=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27C5E is #5D83A1. Grayscale: #848484. Windows color (decimal): -6128546 or 6192290. OLE color: 6192290.

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

Color convert

RGB 162 124 94 -
CMYK 0 0.23 0.42 0.36
HSL 26.47º 0.27% 0.5% -
HSV(B) 26.47º 0.42% 0.64% -
XYZ 24.13 22.9 13.74 -
YUV 131.94 106.59 149.44 -
System Red Green Blue C M Y K H S L
Decimal 162 124 94 0 0.23 0.42 0.36 26.47 0.27 0.5
Hex A2 7C 5E 0 17 2A 24 1A 1B 32
Octal 242 174 136 0 27 52 44 32 33 62
Binary 10100010 1111100 1011110 0 10111 101010 100100 11010 11011 110010

Color Harmonies of #A27C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27C5E

Black with #A27C5E

Text Example


Text Example

White with #A27C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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