Html Css Color HEX #A37446 Pale Brown

📋 copy color: '#A37446'

red 163 ◦ green 116 ◦ blue 70

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

Shades of Pale Brown #A37446

Tints of Pale Brown #A37446

RGB

 RED value IS 163 (64.06% from 255) = 46.7%

 GREEN value IS 116 (45.7% from 255) = 33.24%

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

R = 46.7%
G = 33.24%
B = 20.06%

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

#A37446 (or 0xA37446) is known color: Pale Brown. HEX triplet: A3, 74 and 46. RGB value is (163,116,70). Sum of RGB (Red+Green+Blue) = 163+116+70=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A37446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37446 is #5C8BB9. Grayscale: #7D7D7D. Windows color (decimal): -6065082 or 4617379. OLE color: 4617379.

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

Color convert

RGB 163 116 70 -
CMYK 0 0.29 0.57 0.36
HSL 29.68º 0.4% 0.46% -
HSV(B) 29.68º 0.57% 0.64% -
XYZ 22.46 20.72 8.61 -
YUV 124.81 97.07 155.24 -
System Red Green Blue C M Y K H S L
Decimal 163 116 70 0 0.29 0.57 0.36 29.68 0.4 0.46
Hex A3 74 46 0 1D 39 24 1E 28 2E
Octal 243 164 106 0 35 71 44 36 50 56
Binary 10100011 1110100 1000110 0 11101 111001 100100 11110 101000 101110

Color Harmonies of #A37446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37446

Black with #A37446

Text Example


Text Example

White with #A37446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37446; }

 p { color: rgb(163,116,70); }

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

background-color css

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

 a { background-color: rgb(163,116,70); }

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

border-color css

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

 span { border-color: rgb(163,116,70); }

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