Html Css Color HEX #A27556 Pale Brown

📋 copy color: '#A27556'

red 162 ◦ green 117 ◦ blue 86

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

Shades of Pale Brown #A27556

Tints of Pale Brown #A27556

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.05%

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

R = 44.38%
G = 32.05%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A27556 (or 0xA27556) is known color: Pale Brown. HEX triplet: A2, 75 and 56. RGB value is (162,117,86). Sum of RGB (Red+Green+Blue) = 162+117+86=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A27556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27556 is #5D8AA9. Grayscale: #7F7F7F. Windows color (decimal): -6130346 or 5666210. OLE color: 5666210.

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

Color convert

RGB 162 117 86 -
CMYK 0 0.28 0.47 0.36
HSL 24.47º 0.31% 0.49% -
HSV(B) 24.47º 0.47% 0.64% -
XYZ 22.94 21.08 11.66 -
YUV 126.92 104.91 153.02 -
System Red Green Blue C M Y K H S L
Decimal 162 117 86 0 0.28 0.47 0.36 24.47 0.31 0.49
Hex A2 75 56 0 1C 2F 24 18 1F 31
Octal 242 165 126 0 34 57 44 30 37 61
Binary 10100010 1110101 1010110 0 11100 101111 100100 11000 11111 110001

Color Harmonies of #A27556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27556

Black with #A27556

Text Example


Text Example

White with #A27556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27556; }

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

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

background-color css

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

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

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

border-color css

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

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

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