Html Css Color HEX #A2724E Pale Brown

📋 copy color: '#A2724E'

red 162 ◦ green 114 ◦ blue 78

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

Shades of Pale Brown #A2724E

Tints of Pale Brown #A2724E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.03%

R = 45.76%
G = 32.2%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A2724E (or 0xA2724E) is known color: Pale Brown. HEX triplet: A2, 72 and 4E. RGB value is (162,114,78). Sum of RGB (Red+Green+Blue) = 162+114+78=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A2724E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2724E is #5D8DB1. Grayscale: #7C7C7C. Windows color (decimal): -6131122 or 5141154. OLE color: 5141154.

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

Color convert

RGB 162 114 78 -
CMYK 0 0.30 0.52 0.36
HSL 25.71º 0.35% 0.47% -
HSV(B) 25.71º 0.52% 0.64% -
XYZ 22.29 20.27 9.94 -
YUV 124.25 101.9 154.93 -
System Red Green Blue C M Y K H S L
Decimal 162 114 78 0 0.30 0.52 0.36 25.71 0.35 0.47
Hex A2 72 4E 0 1E 34 24 1A 23 2F
Octal 242 162 116 0 36 64 44 32 43 57
Binary 10100010 1110010 1001110 0 11110 110100 100100 11010 100011 101111

Color Harmonies of #A2724E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2724E

Black with #A2724E

Text Example


Text Example

White with #A2724E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2724E; }

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

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

background-color css

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

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

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

border-color css

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

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

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