Html Css Color HEX #A27349 Pale Brown

📋 copy color: '#A27349'

red 162 ◦ green 115 ◦ blue 73

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

Shades of Pale Brown #A27349

Tints of Pale Brown #A27349

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.86%

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

R = 46.29%
G = 32.86%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A27349 (or 0xA27349) is known color: Pale Brown. HEX triplet: A2, 73 and 49. RGB value is (162,115,73). Sum of RGB (Red+Green+Blue) = 162+115+73=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A27349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27349 is #5D8CB6. Grayscale: #7C7C7C. Windows color (decimal): -6130871 or 4813730. OLE color: 4813730.

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

Color convert

RGB 162 115 73 -
CMYK 0 0.29 0.55 0.36
HSL 28.31º 0.38% 0.46% -
HSV(B) 28.31º 0.55% 0.64% -
XYZ 22.23 20.42 9.07 -
YUV 124.27 99.07 154.92 -
System Red Green Blue C M Y K H S L
Decimal 162 115 73 0 0.29 0.55 0.36 28.31 0.38 0.46
Hex A2 73 49 0 1D 37 24 1C 26 2E
Octal 242 163 111 0 35 67 44 34 46 56
Binary 10100010 1110011 1001001 0 11101 110111 100100 11100 100110 101110

Color Harmonies of #A27349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27349

Black with #A27349

Text Example


Text Example

White with #A27349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27349; }

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

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

background-color css

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

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

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

border-color css

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

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

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