Html Css Color HEX #A3744C Pale Brown

📋 copy color: '#A3744C'

red 163 ◦ green 116 ◦ blue 76

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

Shades of Pale Brown #A3744C

Tints of Pale Brown #A3744C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.41%

R = 45.92%
G = 32.68%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A3744C (or 0xA3744C) is known color: Pale Brown. HEX triplet: A3, 74 and 4C. RGB value is (163,116,76). Sum of RGB (Red+Green+Blue) = 163+116+76=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A3744C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3744C is #5C8BB3. Grayscale: #7D7D7D. Windows color (decimal): -6065076 or 5010595. OLE color: 5010595.

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

Color convert

RGB 163 116 76 -
CMYK 0 0.29 0.53 0.36
HSL 27.59º 0.36% 0.47% -
HSV(B) 27.59º 0.53% 0.64% -
XYZ 22.65 20.8 9.66 -
YUV 125.49 100.07 154.75 -
System Red Green Blue C M Y K H S L
Decimal 163 116 76 0 0.29 0.53 0.36 27.59 0.36 0.47
Hex A3 74 4C 0 1D 35 24 1C 24 2F
Octal 243 164 114 0 35 65 44 34 44 57
Binary 10100011 1110100 1001100 0 11101 110101 100100 11100 100100 101111

Color Harmonies of #A3744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3744C

Black with #A3744C

Text Example


Text Example

White with #A3744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3744C; }

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

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

background-color css

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

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

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

border-color css

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

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

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