Html Css Color HEX #A27A5A Sorrell Brown

📋 copy color: '#A27A5A'

red 162 ◦ green 122 ◦ blue 90

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

Shades of Sorrell Brown #A27A5A

Tints of Sorrell Brown #A27A5A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.62%

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

R = 43.32%
G = 32.62%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A27A5A (or 0xA27A5A) is known color: Sorrell Brown. HEX triplet: A2, 7A and 5A. RGB value is (162,122,90). Sum of RGB (Red+Green+Blue) = 162+122+90=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27A5A is #5D85A5. Grayscale: #828282. Windows color (decimal): -6129062 or 5929634. OLE color: 5929634.

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

Color convert

RGB 162 122 90 -
CMYK 0 0.25 0.44 0.36
HSL 26.67º 0.29% 0.49% -
HSV(B) 26.67º 0.44% 0.64% -
XYZ 23.71 22.34 12.74 -
YUV 130.31 105.25 150.6 -
System Red Green Blue C M Y K H S L
Decimal 162 122 90 0 0.25 0.44 0.36 26.67 0.29 0.49
Hex A2 7A 5A 0 19 2C 24 1B 1D 31
Octal 242 172 132 0 31 54 44 33 35 61
Binary 10100010 1111010 1011010 0 11001 101100 100100 11011 11101 110001

Color Harmonies of #A27A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27A5A

Black with #A27A5A

Text Example


Text Example

White with #A27A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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