Html Css Color HEX #A0714F Pale Brown

📋 copy color: '#A0714F'

red 160 ◦ green 113 ◦ blue 79

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

Shades of Pale Brown #A0714F

Tints of Pale Brown #A0714F

RGB

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

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

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

R = 45.45%
G = 32.1%
B = 22.44%

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

#A0714F (or 0xA0714F) is known color: Pale Brown. HEX triplet: A0, 71 and 4F. RGB value is (160,113,79). Sum of RGB (Red+Green+Blue) = 160+113+79=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A0714F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0714F is #5F8EB0. Grayscale: #7B7B7B. Windows color (decimal): -6262449 or 5206432. OLE color: 5206432.

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

Color convert

RGB 160 113 79 -
CMYK 0 0.29 0.51 0.37
HSL 25.19º 0.34% 0.47% -
HSV(B) 25.19º 0.51% 0.63% -
XYZ 21.81 19.85 10.08 -
YUV 123.18 103.07 154.26 -
System Red Green Blue C M Y K H S L
Decimal 160 113 79 0 0.29 0.51 0.37 25.19 0.34 0.47
Hex A0 71 4F 0 1D 33 25 19 22 2F
Octal 240 161 117 0 35 63 45 31 42 57
Binary 10100000 1110001 1001111 0 11101 110011 100101 11001 100010 101111

Color Harmonies of #A0714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0714F

Black with #A0714F

Text Example


Text Example

White with #A0714F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0714F; }

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

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

background-color css

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

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

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

border-color css

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

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

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