Html Css Color HEX #A27346 Pale Brown

📋 copy color: '#A27346'

red 162 ◦ green 115 ◦ blue 70

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

Shades of Pale Brown #A27346

Tints of Pale Brown #A27346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.17%

R = 46.69%
G = 33.14%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A27346 (or 0xA27346) is known color: Pale Brown. HEX triplet: A2, 73 and 46. RGB value is (162,115,70). Sum of RGB (Red+Green+Blue) = 162+115+70=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A27346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27346 is #5D8CB9. Grayscale: #7C7C7C. Windows color (decimal): -6130874 or 4617122. OLE color: 4617122.

HSL color Cylindrical-coordinate representation of color #A27346: hue angle of 29.35º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A27346 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 115 70 -
CMYK 0 0.29 0.57 0.36
HSL 29.35º 0.4% 0.45% -
HSV(B) 29.35º 0.57% 0.64% -
XYZ 22.14 20.39 8.56 -
YUV 123.92 97.57 155.16 -
System Red Green Blue C M Y K H S L
Decimal 162 115 70 0 0.29 0.57 0.36 29.35 0.4 0.45
Hex A2 73 46 0 1D 39 24 1D 28 2D
Octal 242 163 106 0 35 71 44 35 50 55
Binary 10100010 1110011 1000110 0 11101 111001 100100 11101 101000 101101

Color Harmonies of #A27346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27346

Black with #A27346

Text Example


Text Example

White with #A27346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27346; }

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

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

background-color css

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

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

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

border-color css

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

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

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