Html Css Color HEX #A07147 Pale Brown

📋 copy color: '#A07147'

red 160 ◦ green 113 ◦ blue 71

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

Shades of Pale Brown #A07147

Tints of Pale Brown #A07147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.64%

R = 46.51%
G = 32.85%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A07147 (or 0xA07147) is known color: Pale Brown. HEX triplet: A0, 71 and 47. RGB value is (160,113,71). Sum of RGB (Red+Green+Blue) = 160+113+71=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A07147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07147 is #5F8EB8. Grayscale: #7A7A7A. Windows color (decimal): -6262457 or 4682144. OLE color: 4682144.

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

Color convert

RGB 160 113 71 -
CMYK 0 0.29 0.56 0.37
HSL 28.31º 0.39% 0.45% -
HSV(B) 28.31º 0.56% 0.63% -
XYZ 21.54 19.74 8.64 -
YUV 122.27 99.07 154.92 -
System Red Green Blue C M Y K H S L
Decimal 160 113 71 0 0.29 0.56 0.37 28.31 0.39 0.45
Hex A0 71 47 0 1D 38 25 1C 27 2D
Octal 240 161 107 0 35 70 45 34 47 55
Binary 10100000 1110001 1000111 0 11101 111000 100101 11100 100111 101101

Color Harmonies of #A07147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07147

Black with #A07147

Text Example


Text Example

White with #A07147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07147; }

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

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

background-color css

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

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

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

border-color css

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

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

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