Html Css Color HEX #A27547 Pale Brown

📋 copy color: '#A27547'

red 162 ◦ green 117 ◦ blue 71

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

Shades of Pale Brown #A27547

Tints of Pale Brown #A27547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.29%

R = 46.29%
G = 33.43%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A27547 (or 0xA27547) is known color: Pale Brown. HEX triplet: A2, 75 and 47. RGB value is (162,117,71). Sum of RGB (Red+Green+Blue) = 162+117+71=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A27547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27547 is #5D8AB8. Grayscale: #7D7D7D. Windows color (decimal): -6130361 or 4683170. OLE color: 4683170.

HSL color Cylindrical-coordinate representation of color #A27547: hue angle of 30.33º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A27547 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 117 71 -
CMYK 0 0.28 0.56 0.36
HSL 30.33º 0.39% 0.46% -
HSV(B) 30.33º 0.56% 0.64% -
XYZ 22.4 20.86 8.81 -
YUV 125.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 162 117 71 0 0.28 0.56 0.36 30.33 0.39 0.46
Hex A2 75 47 0 1C 38 24 1E 27 2E
Octal 242 165 107 0 34 70 44 36 47 56
Binary 10100010 1110101 1000111 0 11100 111000 100100 11110 100111 101110

Color Harmonies of #A27547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27547

Black with #A27547

Text Example


Text Example

White with #A27547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27547; }

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

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

background-color css

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

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

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

border-color css

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

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

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