Html Css Color HEX #A2724F Pale Brown

📋 copy color: '#A2724F'

red 162 ◦ green 114 ◦ blue 79

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

Shades of Pale Brown #A2724F

Tints of Pale Brown #A2724F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.25%

R = 45.63%
G = 32.11%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A2724F (or 0xA2724F) is known color: Pale Brown. HEX triplet: A2, 72 and 4F. RGB value is (162,114,79). Sum of RGB (Red+Green+Blue) = 162+114+79=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A2724F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2724F is #5D8DB0. Grayscale: #7C7C7C. Windows color (decimal): -6131121 or 5206690. OLE color: 5206690.

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

Color convert

RGB 162 114 79 -
CMYK 0 0.30 0.51 0.36
HSL 25.3º 0.34% 0.47% -
HSV(B) 25.3º 0.51% 0.64% -
XYZ 22.33 20.28 10.13 -
YUV 124.36 102.4 154.85 -
System Red Green Blue C M Y K H S L
Decimal 162 114 79 0 0.30 0.51 0.36 25.3 0.34 0.47
Hex A2 72 4F 0 1E 33 24 19 22 2F
Octal 242 162 117 0 36 63 44 31 42 57
Binary 10100010 1110010 1001111 0 11110 110011 100100 11001 100010 101111

Color Harmonies of #A2724F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2724F

Black with #A2724F

Text Example


Text Example

White with #A2724F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2724F; }

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

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

background-color css

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

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

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

border-color css

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

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

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