Html Css Color HEX #A07346 Pale Brown

📋 copy color: '#A07346'

red 160 ◦ green 115 ◦ blue 70

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

Shades of Pale Brown #A07346

Tints of Pale Brown #A07346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.33%

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

R = 46.38%
G = 33.33%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A07346 (or 0xA07346) is known color: Pale Brown. HEX triplet: A0, 73 and 46. RGB value is (160,115,70). Sum of RGB (Red+Green+Blue) = 160+115+70=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A07346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07346 is #5F8CB9. Grayscale: #7B7B7B. Windows color (decimal): -6261946 or 4617120. OLE color: 4617120.

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

Color convert

RGB 160 115 70 -
CMYK 0 0.28 0.56 0.37
HSL 30º 0.39% 0.45% -
HSV(B) 30º 0.56% 0.63% -
XYZ 21.73 20.18 8.54 -
YUV 123.33 97.91 154.16 -
System Red Green Blue C M Y K H S L
Decimal 160 115 70 0 0.28 0.56 0.37 30 0.39 0.45
Hex A0 73 46 0 1C 38 25 1E 27 2D
Octal 240 163 106 0 34 70 45 36 47 55
Binary 10100000 1110011 1000110 0 11100 111000 100101 11110 100111 101101

Color Harmonies of #A07346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07346

Black with #A07346

Text Example


Text Example

White with #A07346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07346; }

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

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

background-color css

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

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

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

border-color css

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

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

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