Html Css Color HEX #A0744E Pale Brown

📋 copy color: '#A0744E'

red 160 ◦ green 116 ◦ blue 78

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

Shades of Pale Brown #A0744E

Tints of Pale Brown #A0744E

RGB

 RED value IS 160 (62.89% from 255) = 45.2%

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

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

R = 45.2%
G = 32.77%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A0744E (or 0xA0744E) is known color: Pale Brown. HEX triplet: A0, 74 and 4E. RGB value is (160,116,78). Sum of RGB (Red+Green+Blue) = 160+116+78=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0744E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0744E is #5F8BB1. Grayscale: #7D7D7D. Windows color (decimal): -6261682 or 5141664. OLE color: 5141664.

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

Color convert

RGB 160 116 78 -
CMYK 0 0.28 0.51 0.37
HSL 27.8º 0.34% 0.47% -
HSV(B) 27.8º 0.51% 0.63% -
XYZ 22.12 20.51 10 -
YUV 124.82 101.58 153.09 -
System Red Green Blue C M Y K H S L
Decimal 160 116 78 0 0.28 0.51 0.37 27.8 0.34 0.47
Hex A0 74 4E 0 1C 33 25 1C 22 2F
Octal 240 164 116 0 34 63 45 34 42 57
Binary 10100000 1110100 1001110 0 11100 110011 100101 11100 100010 101111

Color Harmonies of #A0744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0744E

Black with #A0744E

Text Example


Text Example

White with #A0744E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0744E; }

 p { color: rgb(160,116,78); }

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

background-color css

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

 a { background-color: rgb(160,116,78); }

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

border-color css

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

 span { border-color: rgb(160,116,78); }

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