Html Css Color HEX #A0714E Pale Brown

📋 copy color: '#A0714E'

red 160 ◦ green 113 ◦ blue 78

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

Shades of Pale Brown #A0714E

Tints of Pale Brown #A0714E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.19%

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

R = 45.58%
G = 32.19%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A0714E (or 0xA0714E) is known color: Pale Brown. HEX triplet: A0, 71 and 4E. RGB value is (160,113,78). Sum of RGB (Red+Green+Blue) = 160+113+78=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0714E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0714E is #5F8EB1. Grayscale: #7B7B7B. Windows color (decimal): -6262450 or 5140896. OLE color: 5140896.

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

Color convert

RGB 160 113 78 -
CMYK 0 0.29 0.51 0.37
HSL 25.61º 0.34% 0.47% -
HSV(B) 25.61º 0.51% 0.63% -
XYZ 21.78 19.83 9.89 -
YUV 123.06 102.57 154.35 -
System Red Green Blue C M Y K H S L
Decimal 160 113 78 0 0.29 0.51 0.37 25.61 0.34 0.47
Hex A0 71 4E 0 1D 33 25 1A 22 2F
Octal 240 161 116 0 35 63 45 32 42 57
Binary 10100000 1110001 1001110 0 11101 110011 100101 11010 100010 101111

Color Harmonies of #A0714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0714E

Black with #A0714E

Text Example


Text Example

White with #A0714E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0714E; }

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

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

background-color css

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

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

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

border-color css

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

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

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