Html Css Color HEX #A2744F Pale Brown

📋 copy color: '#A2744F'

red 162 ◦ green 116 ◦ blue 79

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

Shades of Pale Brown #A2744F

Tints of Pale Brown #A2744F

RGB

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

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

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

R = 45.38%
G = 32.49%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A2744F (or 0xA2744F) is known color: Pale Brown. HEX triplet: A2, 74 and 4F. RGB value is (162,116,79). Sum of RGB (Red+Green+Blue) = 162+116+79=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2744F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2744F is #5D8BB0. Grayscale: #7D7D7D. Windows color (decimal): -6130609 or 5207202. OLE color: 5207202.

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

Color convert

RGB 162 116 79 -
CMYK 0 0.28 0.51 0.36
HSL 26.75º 0.34% 0.47% -
HSV(B) 26.75º 0.51% 0.64% -
XYZ 22.56 20.74 10.21 -
YUV 125.54 101.74 154.01 -
System Red Green Blue C M Y K H S L
Decimal 162 116 79 0 0.28 0.51 0.36 26.75 0.34 0.47
Hex A2 74 4F 0 1C 33 24 1B 22 2F
Octal 242 164 117 0 34 63 44 33 42 57
Binary 10100010 1110100 1001111 0 11100 110011 100100 11011 100010 101111

Color Harmonies of #A2744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2744F

Black with #A2744F

Text Example


Text Example

White with #A2744F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2744F; }

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

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

background-color css

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

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

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

border-color css

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

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

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