Html Css Color HEX #A3744A Pale Brown

📋 copy color: '#A3744A'

red 163 ◦ green 116 ◦ blue 74

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

Shades of Pale Brown #A3744A

Tints of Pale Brown #A3744A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.96%

R = 46.18%
G = 32.86%
B = 20.96%

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

#A3744A (or 0xA3744A) is known color: Pale Brown. HEX triplet: A3, 74 and 4A. RGB value is (163,116,74). Sum of RGB (Red+Green+Blue) = 163+116+74=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A3744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3744A is #5C8BB5. Grayscale: #7D7D7D. Windows color (decimal): -6065078 or 4879523. OLE color: 4879523.

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

Color convert

RGB 163 116 74 -
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.59 20.77 9.3 -
YUV 125.27 99.07 154.92 -
System Red Green Blue C M Y K H S L
Decimal 163 116 74 0 0.29 0.55 0.36 28.31 0.38 0.46
Hex A3 74 4A 0 1D 37 24 1C 26 2E
Octal 243 164 112 0 35 67 44 34 46 56
Binary 10100011 1110100 1001010 0 11101 110111 100100 11100 100110 101110

Color Harmonies of #A3744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3744A

Black with #A3744A

Text Example


Text Example

White with #A3744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3744A; }

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

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

background-color css

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

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

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

border-color css

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

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

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