Html Css Color HEX #A0714D Pale Brown

📋 copy color: '#A0714D'

red 160 ◦ green 113 ◦ blue 77

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

Shades of Pale Brown #A0714D

Tints of Pale Brown #A0714D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22%

R = 45.71%
G = 32.29%
B = 22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0714D (or 0xA0714D) is known color: Pale Brown. HEX triplet: A0, 71 and 4D. RGB value is (160,113,77). Sum of RGB (Red+Green+Blue) = 160+113+77=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A0714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0714D is #5F8EB2. Grayscale: #7B7B7B. Windows color (decimal): -6262451 or 5075360. OLE color: 5075360.

HSL color Cylindrical-coordinate representation of color #A0714D: hue angle of 26.02º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0714D is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 113 77 -
CMYK 0 0.29 0.52 0.37
HSL 26.02º 0.35% 0.46% -
HSV(B) 26.02º 0.52% 0.63% -
XYZ 21.74 19.82 9.7 -
YUV 122.95 102.07 154.43 -
System Red Green Blue C M Y K H S L
Decimal 160 113 77 0 0.29 0.52 0.37 26.02 0.35 0.46
Hex A0 71 4D 0 1D 34 25 1A 23 2E
Octal 240 161 115 0 35 64 45 32 43 56
Binary 10100000 1110001 1001101 0 11101 110100 100101 11010 100011 101110

Color Harmonies of #A0714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0714D

Black with #A0714D

Text Example


Text Example

White with #A0714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0714D; }

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

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

background-color css

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

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

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

border-color css

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

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

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