Html Css Color HEX #A27B5A Sorrell Brown

📋 copy color: '#A27B5A'

red 162 ◦ green 123 ◦ blue 90

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

Shades of Sorrell Brown #A27B5A

Tints of Sorrell Brown #A27B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24%

R = 43.2%
G = 32.8%
B = 24%

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

#A27B5A (or 0xA27B5A) is known color: Sorrell Brown. HEX triplet: A2, 7B and 5A. RGB value is (162,123,90). Sum of RGB (Red+Green+Blue) = 162+123+90=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B5A is #5D84A5. Grayscale: #838383. Windows color (decimal): -6128806 or 5929890. OLE color: 5929890.

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

Color convert

RGB 162 123 90 -
CMYK 0 0.24 0.44 0.36
HSL 27.5º 0.29% 0.49% -
HSV(B) 27.5º 0.44% 0.64% -
XYZ 23.83 22.59 12.78 -
YUV 130.9 104.92 150.18 -
System Red Green Blue C M Y K H S L
Decimal 162 123 90 0 0.24 0.44 0.36 27.5 0.29 0.49
Hex A2 7B 5A 0 18 2C 24 1C 1D 31
Octal 242 173 132 0 30 54 44 34 35 61
Binary 10100010 1111011 1011010 0 11000 101100 100100 11100 11101 110001

Color Harmonies of #A27B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27B5A

Black with #A27B5A

Text Example


Text Example

White with #A27B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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