Html Css Color HEX #A0714C Pale Brown

📋 copy color: '#A0714C'

red 160 ◦ green 113 ◦ blue 76

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

Shades of Pale Brown #A0714C

Tints of Pale Brown #A0714C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.78%

R = 45.85%
G = 32.38%
B = 21.78%

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

#A0714C (or 0xA0714C) is known color: Pale Brown. HEX triplet: A0, 71 and 4C. RGB value is (160,113,76). Sum of RGB (Red+Green+Blue) = 160+113+76=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A0714C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0714C is #5F8EB3. Grayscale: #7B7B7B. Windows color (decimal): -6262452 or 5009824. OLE color: 5009824.

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

Color convert

RGB 160 113 76 -
CMYK 0 0.29 0.52 0.37
HSL 26.43º 0.36% 0.46% -
HSV(B) 26.43º 0.53% 0.63% -
XYZ 21.71 19.81 9.52 -
YUV 122.84 101.57 154.51 -
System Red Green Blue C M Y K H S L
Decimal 160 113 76 0 0.29 0.52 0.37 26.43 0.36 0.46
Hex A0 71 4C 0 1D 34 25 1A 24 2E
Octal 240 161 114 0 35 64 45 32 44 56
Binary 10100000 1110001 1001100 0 11101 110100 100101 11010 100100 101110

Color Harmonies of #A0714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0714C

Black with #A0714C

Text Example


Text Example

White with #A0714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0714C; }

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

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

background-color css

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

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

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

border-color css

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

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

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