Html Css Color HEX #A07146 Pale Brown

📋 copy color: '#A07146'

red 160 ◦ green 113 ◦ blue 70

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

Shades of Pale Brown #A07146

Tints of Pale Brown #A07146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.41%

R = 46.65%
G = 32.94%
B = 20.41%

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

#A07146 (or 0xA07146) is known color: Pale Brown. HEX triplet: A0, 71 and 46. RGB value is (160,113,70). Sum of RGB (Red+Green+Blue) = 160+113+70=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A07146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07146 is #5F8EB9. Grayscale: #7A7A7A. Windows color (decimal): -6262458 or 4616608. OLE color: 4616608.

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

Color convert

RGB 160 113 70 -
CMYK 0 0.29 0.56 0.37
HSL 28.67º 0.39% 0.45% -
HSV(B) 28.67º 0.56% 0.63% -
XYZ 21.51 19.73 8.47 -
YUV 122.15 98.57 155 -
System Red Green Blue C M Y K H S L
Decimal 160 113 70 0 0.29 0.56 0.37 28.67 0.39 0.45
Hex A0 71 46 0 1D 38 25 1D 27 2D
Octal 240 161 106 0 35 70 45 35 47 55
Binary 10100000 1110001 1000110 0 11101 111000 100101 11101 100111 101101

Color Harmonies of #A07146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07146

Black with #A07146

Text Example


Text Example

White with #A07146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07146; }

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

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

background-color css

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

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

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

border-color css

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

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

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