Html Css Color HEX #A27756 Pale Brown

📋 copy color: '#A27756'

red 162 ◦ green 119 ◦ blue 86

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

Shades of Pale Brown #A27756

Tints of Pale Brown #A27756

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.43%

 BLUE value IS 86 (33.98% from 255) = 23.43%

R = 44.14%
G = 32.43%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A27756 (or 0xA27756) is known color: Pale Brown. HEX triplet: A2, 77 and 56. RGB value is (162,119,86). Sum of RGB (Red+Green+Blue) = 162+119+86=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A27756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27756 is #5D88A9. Grayscale: #808080. Windows color (decimal): -6129834 or 5666722. OLE color: 5666722.

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

Color convert

RGB 162 119 86 -
CMYK 0 0.27 0.47 0.36
HSL 26.05º 0.31% 0.49% -
HSV(B) 26.05º 0.47% 0.64% -
XYZ 23.18 21.55 11.74 -
YUV 128.1 104.25 152.18 -
System Red Green Blue C M Y K H S L
Decimal 162 119 86 0 0.27 0.47 0.36 26.05 0.31 0.49
Hex A2 77 56 0 1B 2F 24 1A 1F 31
Octal 242 167 126 0 33 57 44 32 37 61
Binary 10100010 1110111 1010110 0 11011 101111 100100 11010 11111 110001

Color Harmonies of #A27756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27756

Black with #A27756

Text Example


Text Example

White with #A27756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27756; }

 p { color: rgb(162,119,86); }

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

background-color css

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

 a { background-color: rgb(162,119,86); }

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

border-color css

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

 span { border-color: rgb(162,119,86); }

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