Html Css Color HEX #A27F5E Sorrell Brown

📋 copy color: '#A27F5E'

red 162 ◦ green 127 ◦ blue 94

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

Shades of Sorrell Brown #A27F5E

Tints of Sorrell Brown #A27F5E

RGB

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

 GREEN value IS 127 (50% from 255) = 33.16%

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

R = 42.3%
G = 33.16%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A27F5E (or 0xA27F5E) is known color: Sorrell Brown. HEX triplet: A2, 7F and 5E. RGB value is (162,127,94). Sum of RGB (Red+Green+Blue) = 162+127+94=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F5E is #5D80A1. Grayscale: #858585. Windows color (decimal): -6127778 or 6193058. OLE color: 6193058.

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

Color convert

RGB 162 127 94 -
CMYK 0 0.22 0.42 0.36
HSL 29.12º 0.27% 0.5% -
HSV(B) 29.12º 0.42% 0.64% -
XYZ 24.51 23.67 13.87 -
YUV 133.7 105.6 148.18 -
System Red Green Blue C M Y K H S L
Decimal 162 127 94 0 0.22 0.42 0.36 29.12 0.27 0.5
Hex A2 7F 5E 0 16 2A 24 1D 1B 32
Octal 242 177 136 0 26 52 44 35 33 62
Binary 10100010 1111111 1011110 0 10110 101010 100100 11101 11011 110010

Color Harmonies of #A27F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27F5E

Black with #A27F5E

Text Example


Text Example

White with #A27F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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