Html Css Color HEX #A2724C Pale Brown

📋 copy color: '#A2724C'

red 162 ◦ green 114 ◦ blue 76

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

Shades of Pale Brown #A2724C

Tints of Pale Brown #A2724C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.39%

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

R = 46.02%
G = 32.39%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A2724C (or 0xA2724C) is known color: Pale Brown. HEX triplet: A2, 72 and 4C. RGB value is (162,114,76). Sum of RGB (Red+Green+Blue) = 162+114+76=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A2724C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2724C is #5D8DB3. Grayscale: #7C7C7C. Windows color (decimal): -6131124 or 5010082. OLE color: 5010082.

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

Color convert

RGB 162 114 76 -
CMYK 0 0.30 0.53 0.36
HSL 26.51º 0.36% 0.47% -
HSV(B) 26.51º 0.53% 0.64% -
XYZ 22.22 20.24 9.57 -
YUV 124.02 100.9 155.09 -
System Red Green Blue C M Y K H S L
Decimal 162 114 76 0 0.30 0.53 0.36 26.51 0.36 0.47
Hex A2 72 4C 0 1E 35 24 1B 24 2F
Octal 242 162 114 0 36 65 44 33 44 57
Binary 10100010 1110010 1001100 0 11110 110101 100100 11011 100100 101111

Color Harmonies of #A2724C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2724C

Black with #A2724C

Text Example


Text Example

White with #A2724C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2724C; }

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

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

background-color css

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

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

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

border-color css

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

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

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