Html Css Color HEX #A2744C Pale Brown

📋 copy color: '#A2744C'

red 162 ◦ green 116 ◦ blue 76

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

Shades of Pale Brown #A2744C

Tints of Pale Brown #A2744C

RGB

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

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

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

R = 45.76%
G = 32.77%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A2744C (or 0xA2744C) is known color: Pale Brown. HEX triplet: A2, 74 and 4C. RGB value is (162,116,76). Sum of RGB (Red+Green+Blue) = 162+116+76=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A2744C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2744C is #5D8BB3. Grayscale: #7D7D7D. Windows color (decimal): -6130612 or 5010594. OLE color: 5010594.

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

Color convert

RGB 162 116 76 -
CMYK 0 0.28 0.53 0.36
HSL 27.91º 0.36% 0.47% -
HSV(B) 27.91º 0.53% 0.64% -
XYZ 22.45 20.69 9.65 -
YUV 125.19 100.24 154.25 -
System Red Green Blue C M Y K H S L
Decimal 162 116 76 0 0.28 0.53 0.36 27.91 0.36 0.47
Hex A2 74 4C 0 1C 35 24 1C 24 2F
Octal 242 164 114 0 34 65 44 34 44 57
Binary 10100010 1110100 1001100 0 11100 110101 100100 11100 100100 101111

Color Harmonies of #A2744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2744C

Black with #A2744C

Text Example


Text Example

White with #A2744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2744C; }

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

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

background-color css

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

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

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

border-color css

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

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

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