Html Css Color HEX #A27B5B Sorrell Brown

📋 copy color: '#A27B5B'

red 162 ◦ green 123 ◦ blue 91

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

Shades of Sorrell Brown #A27B5B

Tints of Sorrell Brown #A27B5B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.71%

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

R = 43.09%
G = 32.71%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A27B5B (or 0xA27B5B) is known color: Sorrell Brown. HEX triplet: A2, 7B and 5B. RGB value is (162,123,91). Sum of RGB (Red+Green+Blue) = 162+123+91=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B5B is #5D84A4. Grayscale: #838383. Windows color (decimal): -6128805 or 5995426. OLE color: 5995426.

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

Color convert

RGB 162 123 91 -
CMYK 0 0.24 0.44 0.36
HSL 27.04º 0.28% 0.5% -
HSV(B) 27.04º 0.44% 0.64% -
XYZ 23.87 22.6 13 -
YUV 131.01 105.42 150.1 -
System Red Green Blue C M Y K H S L
Decimal 162 123 91 0 0.24 0.44 0.36 27.04 0.28 0.5
Hex A2 7B 5B 0 18 2C 24 1B 1C 32
Octal 242 173 133 0 30 54 44 33 34 62
Binary 10100010 1111011 1011011 0 11000 101100 100100 11011 11100 110010

Color Harmonies of #A27B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27B5B

Black with #A27B5B

Text Example


Text Example

White with #A27B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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