Html Css Color HEX #A27149 Pale Brown

📋 copy color: '#A27149'

red 162 ◦ green 113 ◦ blue 73

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

Shades of Pale Brown #A27149

Tints of Pale Brown #A27149

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.47%

 BLUE value IS 73 (28.91% from 255) = 20.98%

R = 46.55%
G = 32.47%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A27149 (or 0xA27149) is known color: Pale Brown. HEX triplet: A2, 71 and 49. RGB value is (162,113,73). Sum of RGB (Red+Green+Blue) = 162+113+73=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A27149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27149 is #5D8EB6. Grayscale: #7B7B7B. Windows color (decimal): -6131383 or 4813218. OLE color: 4813218.

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

Color convert

RGB 162 113 73 -
CMYK 0 0.30 0.55 0.36
HSL 26.97º 0.38% 0.46% -
HSV(B) 26.97º 0.55% 0.64% -
XYZ 22.01 19.97 9 -
YUV 123.09 99.73 155.75 -
System Red Green Blue C M Y K H S L
Decimal 162 113 73 0 0.30 0.55 0.36 26.97 0.38 0.46
Hex A2 71 49 0 1E 37 24 1B 26 2E
Octal 242 161 111 0 36 67 44 33 46 56
Binary 10100010 1110001 1001001 0 11110 110111 100100 11011 100110 101110

Color Harmonies of #A27149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27149

Black with #A27149

Text Example


Text Example

White with #A27149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27149; }

 p { color: rgb(162,113,73); }

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

background-color css

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

 a { background-color: rgb(162,113,73); }

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

border-color css

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

 span { border-color: rgb(162,113,73); }

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